#A0695C

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

Shades of Au Chico #A0695C

Tints of Au Chico #A0695C

Color information

#A0695C (or 0xA0695C) is unknown color: approx Au Chico. HEX triplet: A0, 69 and 5C. RGB value is (160,105,92). Sum of RGB (Red+Green+Blue) = 160+105+92=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0695C is #5F96A3. Grayscale: #787878. Windows color (decimal): -6264484 or 6056352. OLE color: 6056352.

HSL color Cylindrical-coordinate representation of color #A0695C: hue angle of 11.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0695C is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16010592-
CMYK00.340.430.37
HSL11.47º26.98%49.41%-
HSV(B)11.47º42.5%62.75%-
XYZ21.4818.3512.53-
YUV119.96112.22156.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=44.82%
G=29.41%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601059200.340.430.3711.4726.9849.41
HexA0695C0222B25b1b31
Octal2401511340425345133361
Binary10100000110100110111000100010101011100101101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0695C; }

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

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

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

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

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

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

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

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