#A85A55

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

Shades of Apple Blossom #A85A55

Tints of Apple Blossom #A85A55

Color information

#A85A55 (or 0xA85A55) is unknown color: approx Apple Blossom. HEX triplet: A8, 5A and 55. RGB value is (168,90,85). Sum of RGB (Red+Green+Blue) = 168+90+85=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A55 is #57A5AA. Grayscale: #707070. Windows color (decimal): -5744043 or 5593768. OLE color: 5593768.

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

Color convert

RGB1689085-
CMYK00.460.490.34
HSL3.61º32.81%49.61%-
HSV(B)3.61º49.4%65.88%-
XYZ21.4416.2910.61-
YUV112.75112.34167.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=48.98%
G=26.24%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168908500.460.490.343.6132.8149.61
HexA85A5502E312242132
Octal250132125056614244162
Binary10101000101101010101010101110110001100010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A55; }

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

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

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

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

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

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

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

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