#AB4D42

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

Shades of Apple Blossom #AB4D42

Tints of Apple Blossom #AB4D42

Color information

#AB4D42 (or 0xAB4D42) is unknown color: approx Apple Blossom. HEX triplet: AB, 4D and 42. RGB value is (171,77,66). Sum of RGB (Red+Green+Blue) = 171+77+66=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D42 is #54B2BD. Grayscale: #676767. Windows color (decimal): -5550782 or 4345259. OLE color: 4345259.

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

Color convert

RGB1717766-
CMYK00.550.610.33
HSL6.29º44.3%46.47%-
HSV(B)6.29º61.4%67.06%-
XYZ20.4314.366.85-
YUV103.85106.64175.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=54.46%
G=24.52%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171776600.550.610.336.2944.346.47
HexAB4D420373D2162c2e
Octal253115102067754165456
Binary10101011100110110000100110111111101100001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D42; }

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

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

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

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

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

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

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

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