#AA695C

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

Shades of Au Chico #AA695C

Tints of Au Chico #AA695C

Color information

#AA695C (or 0xAA695C) is unknown color: approx Au Chico. HEX triplet: AA, 69 and 5C. RGB value is (170,105,92). Sum of RGB (Red+Green+Blue) = 170+105+92=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA695C is #5596A3. Grayscale: #7B7B7B. Windows color (decimal): -5609124 or 6056362. OLE color: 6056362.

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

Color convert

RGB17010592-
CMYK00.380.460.33
HSL10º31.45%51.37%-
HSV(B)10º45.88%66.67%-
XYZ23.5619.4212.63-
YUV122.95110.53161.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=46.32%
G=28.61%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701059200.380.460.331031.4551.37
HexAA695C0262E21a1f33
Octal2521511340465641123763
Binary10101010110100110111000100110101110100001101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA695C; }

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

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

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

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

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

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

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

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