#AA6859

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

Shades of Au Chico #AA6859

Tints of Au Chico #AA6859

Color information

#AA6859 (or 0xAA6859) is unknown color: approx Au Chico. HEX triplet: AA, 68 and 59. RGB value is (170,104,89). Sum of RGB (Red+Green+Blue) = 170+104+89=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6859 is #5597A6. Grayscale: #7A7A7A. Windows color (decimal): -5609383 or 5859498. OLE color: 5859498.

HSL color Cylindrical-coordinate representation of color #AA6859: hue angle of 11.11º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6859 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17010489-
CMYK00.390.480.33
HSL11.11º32.27%50.78%-
HSV(B)11.11º47.65%66.67%-
XYZ23.3319.1711.92-
YUV122.02109.37162.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=46.83%
G=28.65%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701048900.390.480.3311.1132.2750.78
HexAA68590273021b2033
Octal2521501310476041134063
Binary101010101101000101100101001111100001000011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6859; }

 p { color: rgb(170,104,89); }

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

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

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

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

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

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

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