#A9695C

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

Shades of Au Chico #A9695C

Tints of Au Chico #A9695C

Color information

#A9695C (or 0xA9695C) is unknown color: approx Au Chico. HEX triplet: A9, 69 and 5C. RGB value is (169,105,92). Sum of RGB (Red+Green+Blue) = 169+105+92=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9695C is #5696A3. Grayscale: #7A7A7A. Windows color (decimal): -5674660 or 6056361. OLE color: 6056361.

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

Color convert

RGB16910592-
CMYK00.380.460.34
HSL10.13º30.92%51.18%-
HSV(B)10.13º45.56%66.27%-
XYZ23.3519.3112.62-
YUV122.65110.7161.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=46.17%
G=28.69%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691059200.380.460.3410.1330.9251.18
HexA9695C0262E22a1f33
Octal2511511340465642123763
Binary10101001110100110111000100110101110100010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9695C; }

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

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

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

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

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

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

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

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