#A7695C

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

Shades of Au Chico #A7695C

Tints of Au Chico #A7695C

Color information

#A7695C (or 0xA7695C) is unknown color: approx Au Chico. HEX triplet: A7, 69 and 5C. RGB value is (167,105,92). Sum of RGB (Red+Green+Blue) = 167+105+92=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7695C is #5896A3. Grayscale: #7A7A7A. Windows color (decimal): -5805732 or 6056359. OLE color: 6056359.

HSL color Cylindrical-coordinate representation of color #A7695C: hue angle of 10.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7695C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16710592-
CMYK00.370.450.35
HSL10.4º29.88%50.78%-
HSV(B)10.4º44.91%65.49%-
XYZ22.9219.0912.6-
YUV122.06111.04160.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=45.88%
G=28.85%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671059200.370.450.3510.429.8850.78
HexA7695C0252D23a1e33
Octal2471511340455543123663
Binary10100111110100110111000100101101101100011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7695C; }

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

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

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

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

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

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

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

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