#AA675C

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

Shades of Au Chico #AA675C

Tints of Au Chico #AA675C

Color information

#AA675C (or 0xAA675C) is unknown color: approx Au Chico. HEX triplet: AA, 67 and 5C. RGB value is (170,103,92). Sum of RGB (Red+Green+Blue) = 170+103+92=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA675C is #5598A3. Grayscale: #797979. Windows color (decimal): -5609636 or 6055850. OLE color: 6055850.

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

Color convert

RGB17010392-
CMYK00.390.460.33
HSL8.46º31.45%51.37%-
HSV(B)8.46º45.88%66.67%-
XYZ23.3619.0212.57-
YUV121.78111.2162.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=46.58%
G=28.22%
B=25.21%

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
Decimal1701039200.390.460.338.4631.4551.37
HexAA675C0272E2181f33
Octal2521471340475641103763
Binary10101010110011110111000100111101110100001100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA675C; }

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

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

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

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

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

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

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

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