#AB4E42

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

Shades of Apple Blossom #AB4E42

Tints of Apple Blossom #AB4E42

Color information

#AB4E42 (or 0xAB4E42) is unknown color: approx Apple Blossom. HEX triplet: AB, 4E and 42. RGB value is (171,78,66). Sum of RGB (Red+Green+Blue) = 171+78+66=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E42 is #54B1BD. Grayscale: #686868. Windows color (decimal): -5550526 or 4345515. OLE color: 4345515.

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

Color convert

RGB1717866-
CMYK00.540.610.33
HSL6.86º44.3%46.47%-
HSV(B)6.86º61.4%67.06%-
XYZ20.514.56.87-
YUV104.44106.31175.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=54.29%
G=24.76%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171786600.540.610.336.8644.346.47
HexAB4E420363D2172c2e
Octal253116102066754175456
Binary10101011100111010000100110110111101100001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E42; }

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

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

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

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

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

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

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

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