#AB4C3D

Color #AB4C3D Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AB4C3D

Tints of Apple Blossom #AB4C3D

Color information

#AB4C3D (or 0xAB4C3D) is unknown color: approx Apple Blossom. HEX triplet: AB, 4C and 3D. RGB value is (171,76,61). Sum of RGB (Red+Green+Blue) = 171+76+61=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C3D is #54B3C2. Grayscale: #666666. Windows color (decimal): -5551043 or 4017323. OLE color: 4017323.

HSL color Cylindrical-coordinate representation of color #AB4C3D: hue angle of 8.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4C3D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1717661-
CMYK00.560.640.33
HSL8.18º47.41%45.49%-
HSV(B)8.18º64.33%67.06%-
XYZ20.2214.166.08-
YUV102.7104.47176.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=55.52%
G=24.68%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171766100.560.640.338.1847.4145.49
HexAB4C3D038402182f2d
Octal2531147507010041105755
Binary101010111001100111101011100010000001000011000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C3D; }

 p { color: rgb(171,76,61); }

 H1.HeaderClassName
 {
   color: #AB4C3D;
 }
 .AnyTagClassName
 {
   color: #AB4C3D;
 }
</style>
background-color css

<style>
 a { background-color: #AB4C3D; }

 a { background-color: rgb(171,76,61); }

 div.DivClassName
 {
   background-color: #AB4C3D;
 }
 .BgClassName
 {
   background-color: #AB4C3D;
 }
</style>
border-color css

<style>
 span { border-color: #AB4C3D; }

 span { border-color: rgb(171,76,61); }

 td.TdClassName
 {
   border-color: #AB4C3D;
 }
 .TagClassName
 {
   border-color: #AB4C3D;
 }
</style>