#AB4A44

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

Shades of Apple Blossom #AB4A44

Tints of Apple Blossom #AB4A44

Color information

#AB4A44 (or 0xAB4A44) is unknown color: approx Apple Blossom. HEX triplet: AB, 4A and 44. RGB value is (171,74,68). Sum of RGB (Red+Green+Blue) = 171+74+68=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A44 is #54B5BB. Grayscale: #666666. Windows color (decimal): -5551548 or 4475563. OLE color: 4475563.

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

Color convert

RGB1717468-
CMYK00.570.600.33
HSL3.5º43.1%46.86%-
HSV(B)3.5º60.23%67.06%-
XYZ20.2913.977.1-
YUV102.32108.64176.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=54.63%
G=23.64%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171746800.570.600.333.543.146.86
HexAB4A440393C2132b2f
Octal253112104071744135357
Binary1010101110010101000100011100111110010000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A44; }

 p { color: rgb(171,74,68); }

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

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

 a { background-color: rgb(171,74,68); }

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

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

 span { border-color: rgb(171,74,68); }

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