#a85959

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

Shades of Apple Blossom #A85959

Tints of Apple Blossom #A85959

Color information

#A85959 (or 0xA85959) is unknown color: approx Apple Blossom. HEX triplet: A8, 59 and 59. RGB value is (168,89,89). Sum of RGB (Red+Green+Blue) = 168+89+89=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A85959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85959 is #57A6A6. Grayscale: #707070. Windows color (decimal): -5744295 or 5855656. OLE color: 5855656.

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

Color convert

RGB1688989-
CMYK00.470.470.34
HSL31.23%50.39%-
HSV(B)47.02%65.88%-
XYZ21.5216.1911.44-
YUV112.62114.67167.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=48.55%
G=25.72%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168898900.470.470.34031.2350.39
HexA8595902F2F2201f32
Octal250131131057574203762
Binary10101000101100110110010101111101111100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85959; }

 p { color: rgb(168,89,89); }

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

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

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

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

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

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

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