#A85E56

Color #A85E56 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A85E56

Tints of Au Chico #A85E56

Color information

#A85E56 (or 0xA85E56) is unknown color: approx Au Chico. HEX triplet: A8, 5E and 56. RGB value is (168,94,86). Sum of RGB (Red+Green+Blue) = 168+94+86=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E56 is #57A1A9. Grayscale: #737373. Windows color (decimal): -5743018 or 5660328. OLE color: 5660328.

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

Color convert

RGB1689486-
CMYK00.440.490.34
HSL5.85º32.28%49.8%-
HSV(B)5.85º48.81%65.88%-
XYZ21.831710.94-
YUV115.21111.52165.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=48.28%
G=27.01%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168948600.440.490.345.8532.2849.8
HexA85E5602C312262032
Octal250136126054614264062
Binary10101000101111010101100101100110001100010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E56; }

 p { color: rgb(168,94,86); }

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

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

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

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

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

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

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