#A85249

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

Shades of Apple Blossom #A85249

Tints of Apple Blossom #A85249

Color information

#A85249 (or 0xA85249) is unknown color: approx Apple Blossom. HEX triplet: A8, 52 and 49. RGB value is (168,82,73). Sum of RGB (Red+Green+Blue) = 168+82+73=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85249 is #57ADB6. Grayscale: #6A6A6A. Windows color (decimal): -5746103 or 4805288. OLE color: 4805288.

HSL color Cylindrical-coordinate representation of color #A85249: hue angle of 5.68º degrees, saturation: 0.39, 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 #A85249 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1688273-
CMYK00.510.570.34
HSL5.68º39.42%47.25%-
HSV(B)5.68º56.55%65.88%-
XYZ20.3714.848.09-
YUV106.69108.99171.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=52.01%
G=25.39%
B=22.60%

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
Decimal168827300.510.570.345.6839.4247.25
HexA8524903339226272f
Octal250122111063714264757
Binary10101000101001010010010110011111001100010110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85249; }

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

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

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

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

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

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

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

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