#A9665C

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

Shades of Au Chico #A9665C

Tints of Au Chico #A9665C

Color information

#A9665C (or 0xA9665C) is unknown color: approx Au Chico. HEX triplet: A9, 66 and 5C. RGB value is (169,102,92). Sum of RGB (Red+Green+Blue) = 169+102+92=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9665C is #5699A3. Grayscale: #797979. Windows color (decimal): -5675428 or 6055593. OLE color: 6055593.

HSL color Cylindrical-coordinate representation of color #A9665C: hue angle of 7.79º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9665C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16910292-
CMYK00.400.460.34
HSL7.79º30.92%51.18%-
HSV(B)7.79º45.56%66.27%-
XYZ23.0518.7112.52-
YUV120.89111.7162.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=46.56%
G=28.10%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691029200.400.460.347.7930.9251.18
HexA9665C0282E2281f33
Octal2511461340505642103763
Binary10101001110011010111000101000101110100010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9665C; }

 p { color: rgb(169,102,92); }

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

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

 a { background-color: rgb(169,102,92); }

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

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

 span { border-color: rgb(169,102,92); }

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