#A95244

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

Shades of Apple Blossom #A95244

Tints of Apple Blossom #A95244

Color information

#A95244 (or 0xA95244) is unknown color: approx Apple Blossom. HEX triplet: A9, 52 and 44. RGB value is (169,82,68). Sum of RGB (Red+Green+Blue) = 169+82+68=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A95244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95244 is #56ADBB. Grayscale: #6A6A6A. Windows color (decimal): -5680572 or 4477609. OLE color: 4477609.

HSL color Cylindrical-coordinate representation of color #A95244: hue angle of 8.32º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95244 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1698268-
CMYK00.510.600.34
HSL8.32º42.62%46.47%-
HSV(B)8.32º59.76%66.27%-
XYZ20.4214.897.27-
YUV106.42106.32172.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.98%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=52.98%
G=25.71%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169826800.510.600.348.3242.6246.47
HexA952440333C2282b2e
Octal2511221040637442105356
Binary101010011010010100010001100111111001000101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95244; }

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

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

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

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

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

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

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

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