#AB5252

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

Shades of Apple Blossom #AB5252

Tints of Apple Blossom #AB5252

Color information

#AB5252 (or 0xAB5252) is unknown color: approx Apple Blossom. HEX triplet: AB, 52 and 52. RGB value is (171,82,82). Sum of RGB (Red+Green+Blue) = 171+82+82=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5252 is #54ADAD. Grayscale: #6C6C6C. Windows color (decimal): -5549486 or 5395115. OLE color: 5395115.

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

Color convert

RGB1718282-
CMYK00.520.520.33
HSL35.18%49.61%-
HSV(B)52.05%67.06%-
XYZ21.3315.39.81-
YUV108.61112.99172.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=51.04%
G=24.48%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171828200.520.520.33035.1849.61
HexAB5252034342102332
Octal253122122064644104362
Binary101010111010010101001001101001101001000010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5252; }

 p { color: rgb(171,82,82); }

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

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

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

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

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

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

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