#A85B57

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

Shades of Apple Blossom #A85B57

Tints of Apple Blossom #A85B57

Color information

#A85B57 (or 0xA85B57) is unknown color: approx Apple Blossom. HEX triplet: A8, 5B and 57. RGB value is (168,91,87). Sum of RGB (Red+Green+Blue) = 168+91+87=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B57 is #57A4A8. Grayscale: #717171. Windows color (decimal): -5743785 or 5725096. OLE color: 5725096.

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

Color convert

RGB1689187-
CMYK00.460.480.34
HSL2.96º31.76%50%-
HSV(B)2.96º48.21%65.88%-
XYZ21.6116.511.06-
YUV113.57113.01166.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=48.55%
G=26.30%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168918700.460.480.342.9631.7650
HexA85B5702E302232032
Octal250133127056604234062
Binary1010100010110111010111010111011000010001011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B57; }

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

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

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

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

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

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

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

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