#A85855

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

Shades of Apple Blossom #A85855

Tints of Apple Blossom #A85855

Color information

#A85855 (or 0xA85855) is unknown color: approx Apple Blossom. HEX triplet: A8, 58 and 55. RGB value is (168,88,85). Sum of RGB (Red+Green+Blue) = 168+88+85=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85855 is #57A7AA. Grayscale: #6F6F6F. Windows color (decimal): -5744555 or 5593256. OLE color: 5593256.

HSL color Cylindrical-coordinate representation of color #A85855: hue angle of 2.17º degrees, saturation: 0.33, 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 #A85855 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1688885-
CMYK00.480.490.34
HSL2.17º32.81%49.61%-
HSV(B)2.17º49.4%65.88%-
XYZ21.2815.9610.55-
YUV111.58113168.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=49.27%
G=25.81%
B=24.93%

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
Decimal168888500.480.490.342.1732.8149.61
HexA85855030312222132
Octal250130125060614224162
Binary1010100010110001010101011000011000110001010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85855; }

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

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

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

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

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

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

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

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