#A85857

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

Shades of Apple Blossom #A85857

Tints of Apple Blossom #A85857

Color information

#A85857 (or 0xA85857) is unknown color: approx Apple Blossom. HEX triplet: A8, 58 and 57. RGB value is (168,88,87). Sum of RGB (Red+Green+Blue) = 168+88+87=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A85857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85857 is #57A7A8. Grayscale: #6F6F6F. Windows color (decimal): -5744553 or 5724328. OLE color: 5724328.

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

Color convert

RGB1688887-
CMYK00.480.480.34
HSL0.74º31.76%50%-
HSV(B)0.74º48.21%65.88%-
XYZ21.3615.9910.98-
YUV111.81114168.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=48.98%
G=25.66%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168888700.480.480.340.7431.7650
HexA85857030302212032
Octal250130127060604214062
Binary101010001011000101011101100001100001000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85857; }

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

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

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

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

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

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

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

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