#AB4F40

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

Shades of Apple Blossom #AB4F40

Tints of Apple Blossom #AB4F40

Color information

#AB4F40 (or 0xAB4F40) is unknown color: approx Apple Blossom. HEX triplet: AB, 4F and 40. RGB value is (171,79,64). Sum of RGB (Red+Green+Blue) = 171+79+64=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F40 is #54B0BF. Grayscale: #686868. Windows color (decimal): -5550272 or 4214699. OLE color: 4214699.

HSL color Cylindrical-coordinate representation of color #AB4F40: hue angle of 8.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4F40 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1717964-
CMYK00.540.630.33
HSL8.41º45.53%46.08%-
HSV(B)8.41º62.57%67.06%-
XYZ20.5214.626.59-
YUV104.8104.98175.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=54.46%
G=25.16%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171796400.540.630.338.4145.5346.08
HexAB4F400363F2182e2e
Octal2531171000667741105656
Binary101010111001111100000001101101111111000011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F40; }

 p { color: rgb(171,79,64); }

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

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

 a { background-color: rgb(171,79,64); }

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

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

 span { border-color: rgb(171,79,64); }

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