#A15252

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

Shades of Apple Blossom #A15252

Tints of Apple Blossom #A15252

Color information

#A15252 (or 0xA15252) is unknown color: approx Apple Blossom. HEX triplet: A1, 52 and 52. RGB value is (161,82,82). Sum of RGB (Red+Green+Blue) = 161+82+82=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15252 is #5EADAD. Grayscale: #696969. Windows color (decimal): -6204846 or 5395105. OLE color: 5395105.

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

Color convert

RGB1618282-
CMYK00.490.490.37
HSL32.51%47.65%-
HSV(B)49.07%63.14%-
XYZ19.2414.229.71-
YUV105.62114.67167.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=49.54%
G=25.23%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161828200.490.490.37032.5147.65
HexA15252031312502130
Octal241122122061614504160
Binary101000011010010101001001100011100011001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15252; }

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

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

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

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

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

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

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

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