#A85B58

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

Shades of Apple Blossom #A85B58

Tints of Apple Blossom #A85B58

Color information

#A85B58 (or 0xA85B58) is unknown color: approx Apple Blossom. HEX triplet: A8, 5B and 58. RGB value is (168,91,88). Sum of RGB (Red+Green+Blue) = 168+91+88=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B58 is #57A4A7. Grayscale: #717171. Windows color (decimal): -5743784 or 5790632. OLE color: 5790632.

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

Color convert

RGB1689188-
CMYK00.460.480.34
HSL2.25º31.5%50.2%-
HSV(B)2.25º47.62%65.88%-
XYZ21.6516.5111.28-
YUV113.68113.51166.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=48.41%
G=26.22%
B=25.36%

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
Decimal168918800.460.480.342.2531.550.2
HexA85B5802E302221f32
Octal250133130056604223762
Binary101010001011011101100001011101100001000101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85B58; }

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

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

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

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

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

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

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

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