#A85856

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

Shades of Apple Blossom #A85856

Tints of Apple Blossom #A85856

Color information

#A85856 (or 0xA85856) is unknown color: approx Apple Blossom. HEX triplet: A8, 58 and 56. RGB value is (168,88,86). Sum of RGB (Red+Green+Blue) = 168+88+86=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85856 is #57A7A9. Grayscale: #6F6F6F. Windows color (decimal): -5744554 or 5658792. OLE color: 5658792.

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

Color convert

RGB1688886-
CMYK00.480.490.34
HSL1.46º32.28%49.8%-
HSV(B)1.46º48.81%65.88%-
XYZ21.3215.9810.76-
YUV111.69113.5168.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=49.12%
G=25.73%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168888600.480.490.341.4632.2849.8
HexA85856030312212032
Octal250130126060614214062
Binary101010001011000101011001100001100011000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85856; }

 p { color: rgb(168,88,86); }

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

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

 a { background-color: rgb(168,88,86); }

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

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

 span { border-color: rgb(168,88,86); }

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