#AB4D40

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

Shades of Apple Blossom #AB4D40

Tints of Apple Blossom #AB4D40

Color information

#AB4D40 (or 0xAB4D40) is unknown color: approx Apple Blossom. HEX triplet: AB, 4D and 40. RGB value is (171,77,64). Sum of RGB (Red+Green+Blue) = 171+77+64=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D40 is #54B2BF. Grayscale: #676767. Windows color (decimal): -5550784 or 4214187. OLE color: 4214187.

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

Color convert

RGB1717764-
CMYK00.550.630.33
HSL7.29º45.53%46.08%-
HSV(B)7.29º62.57%67.06%-
XYZ20.3714.346.54-
YUV103.62105.64176.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=54.81%
G=24.68%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171776400.550.630.337.2945.5346.08
HexAB4D400373F2172e2e
Octal253115100067774175656
Binary10101011100110110000000110111111111100001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D40; }

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

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

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

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

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

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

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

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