#AA685B

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

Shades of Au Chico #AA685B

Tints of Au Chico #AA685B

Color information

#AA685B (or 0xAA685B) is unknown color: approx Au Chico. HEX triplet: AA, 68 and 5B. RGB value is (170,104,91). Sum of RGB (Red+Green+Blue) = 170+104+91=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685B is #5597A4. Grayscale: #7A7A7A. Windows color (decimal): -5609381 or 5990570. OLE color: 5990570.

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

Color convert

RGB17010491-
CMYK00.390.460.33
HSL9.87º31.73%51.18%-
HSV(B)9.87º46.47%66.67%-
XYZ23.4219.212.37-
YUV122.25110.37162.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=46.58%
G=28.49%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701049100.390.460.339.8731.7351.18
HexAA685B0272E21a2033
Octal2521501330475641124063
Binary101010101101000101101101001111011101000011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA685B; }

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

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

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

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

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

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

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

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