#AB4E40

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

Shades of Apple Blossom #AB4E40

Tints of Apple Blossom #AB4E40

Color information

#AB4E40 (or 0xAB4E40) is unknown color: approx Apple Blossom. HEX triplet: AB, 4E and 40. RGB value is (171,78,64). Sum of RGB (Red+Green+Blue) = 171+78+64=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E40 is #54B1BF. Grayscale: #686868. Windows color (decimal): -5550528 or 4214443. OLE color: 4214443.

HSL color Cylindrical-coordinate representation of color #AB4E40: hue angle of 7.85º 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 #AB4E40 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1717864-
CMYK00.540.630.33
HSL7.85º45.53%46.08%-
HSV(B)7.85º62.57%67.06%-
XYZ20.4414.486.57-
YUV104.21105.31175.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=54.63%
G=24.92%
B=20.45%

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
Decimal171786400.540.630.337.8545.5346.08
HexAB4E400363F2182e2e
Octal2531161000667741105656
Binary101010111001110100000001101101111111000011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E40; }

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

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

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

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

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

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

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

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