#AD6559

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

Shades of Au Chico #AD6559

Tints of Au Chico #AD6559

Color information

#AD6559 (or 0xAD6559) is unknown color: approx Au Chico. HEX triplet: AD, 65 and 59. RGB value is (173,101,89). Sum of RGB (Red+Green+Blue) = 173+101+89=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6559 is #529AA6. Grayscale: #797979. Windows color (decimal): -5413543 or 5858733. OLE color: 5858733.

HSL color Cylindrical-coordinate representation of color #AD6559: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6559 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17310189-
CMYK00.420.490.32
HSL8.57º33.87%51.37%-
HSV(B)8.57º48.55%67.84%-
XYZ23.6918.9111.85-
YUV121.16109.85164.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=47.66%
G=27.82%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731018900.420.490.328.5733.8751.37
HexAD655902A312092233
Octal2551451310526140114263
Binary101011011100101101100101010101100011000001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6559; }

 p { color: rgb(173,101,89); }

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

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

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

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

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

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

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