#AA685C

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

Shades of Au Chico #AA685C

Tints of Au Chico #AA685C

Color information

#AA685C (or 0xAA685C) is unknown color: approx Au Chico. HEX triplet: AA, 68 and 5C. RGB value is (170,104,92). Sum of RGB (Red+Green+Blue) = 170+104+92=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685C is #5597A3. Grayscale: #7A7A7A. Windows color (decimal): -5609380 or 6056106. OLE color: 6056106.

HSL color Cylindrical-coordinate representation of color #AA685C: hue angle of 9.23º degrees, saturation: 0.31, 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 #AA685C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17010492-
CMYK00.390.460.33
HSL9.23º31.45%51.37%-
HSV(B)9.23º45.88%66.67%-
XYZ23.4619.2212.6-
YUV122.37110.87161.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=46.45%
G=28.42%
B=25.14%

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
Decimal1701049200.390.460.339.2331.4551.37
HexAA685C0272E2191f33
Octal2521501340475641113763
Binary10101010110100010111000100111101110100001100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA685C; }

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

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

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

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

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

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

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

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