#A95249

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

Shades of Apple Blossom #A95249

Tints of Apple Blossom #A95249

Color information

#A95249 (or 0xA95249) is unknown color: approx Apple Blossom. HEX triplet: A9, 52 and 49. RGB value is (169,82,73). Sum of RGB (Red+Green+Blue) = 169+82+73=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A95249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95249 is #56ADB6. Grayscale: #6B6B6B. Windows color (decimal): -5680567 or 4805289. OLE color: 4805289.

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

Color convert

RGB1698273-
CMYK00.510.570.34
HSL5.63º39.67%47.45%-
HSV(B)5.63º56.8%66.27%-
XYZ20.5814.958.1-
YUV106.99108.82172.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=52.16%
G=25.31%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169827300.510.570.345.6339.6747.45
HexA9524903339226282f
Octal251122111063714265057
Binary10101001101001010010010110011111001100010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95249; }

 p { color: rgb(169,82,73); }

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

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

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

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

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

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

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