#A7695D

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

Shades of Au Chico #A7695D

Tints of Au Chico #A7695D

Color information

#A7695D (or 0xA7695D) is unknown color: approx Au Chico. HEX triplet: A7, 69 and 5D. RGB value is (167,105,93). Sum of RGB (Red+Green+Blue) = 167+105+93=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7695D is #5896A2. Grayscale: #7A7A7A. Windows color (decimal): -5805731 or 6121895. OLE color: 6121895.

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

Color convert

RGB16710593-
CMYK00.370.440.35
HSL9.73º29.6%50.98%-
HSV(B)9.73º44.31%65.49%-
XYZ22.9619.1112.83-
YUV122.17111.54159.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=45.75%
G=28.77%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671059300.370.440.359.7329.650.98
HexA7695D0252C23a1e33
Octal2471511350455443123663
Binary10100111110100110111010100101101100100011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7695D; }

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

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

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

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

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

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

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

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