#AB4E45

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

Shades of Apple Blossom #AB4E45

Tints of Apple Blossom #AB4E45

Color information

#AB4E45 (or 0xAB4E45) is unknown color: approx Apple Blossom. HEX triplet: AB, 4E and 45. RGB value is (171,78,69). Sum of RGB (Red+Green+Blue) = 171+78+69=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E45 is #54B1BA. Grayscale: #686868. Windows color (decimal): -5550523 or 4542123. OLE color: 4542123.

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

Color convert

RGB1717869-
CMYK00.540.600.33
HSL5.29º42.5%47.06%-
HSV(B)5.29º59.65%67.06%-
XYZ20.5914.547.35-
YUV104.78107.81175.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=53.77%
G=24.53%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171786900.540.600.335.2942.547.06
HexAB4E450363C2152a2f
Octal253116105066744155257
Binary10101011100111010001010110110111100100001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E45; }

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

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

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

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

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

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

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

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