#A2524F

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

Shades of Apple Blossom #A2524F

Tints of Apple Blossom #A2524F

Color information

#A2524F (or 0xA2524F) is unknown color: approx Apple Blossom. HEX triplet: A2, 52 and 4F. RGB value is (162,82,79). Sum of RGB (Red+Green+Blue) = 162+82+79=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2524F is #5DADB0. Grayscale: #696969. Windows color (decimal): -6139313 or 5198498. OLE color: 5198498.

HSL color Cylindrical-coordinate representation of color #A2524F: hue angle of 2.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2524F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1628279-
CMYK00.490.510.36
HSL2.17º34.44%47.25%-
HSV(B)2.17º51.23%63.53%-
XYZ19.3314.289.13-
YUV105.58113168.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=50.15%
G=25.39%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162827900.490.510.362.1734.4447.25
HexA2524F03133242222f
Octal242122117061634424257
Binary1010001010100101001111011000111001110010010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2524F; }

 p { color: rgb(162,82,79); }

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

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

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

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

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

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

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