#A2685C

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

Shades of Au Chico #A2685C

Tints of Au Chico #A2685C

Color information

#A2685C (or 0xA2685C) is unknown color: approx Au Chico. HEX triplet: A2, 68 and 5C. RGB value is (162,104,92). Sum of RGB (Red+Green+Blue) = 162+104+92=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2685C is #5D97A3. Grayscale: #787878. Windows color (decimal): -6133668 or 6056098. OLE color: 6056098.

HSL color Cylindrical-coordinate representation of color #A2685C: hue angle of 10.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2685C is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16210492-
CMYK00.360.430.36
HSL10.29º27.56%49.8%-
HSV(B)10.29º43.21%63.53%-
XYZ21.7818.3512.52-
YUV119.97112.22157.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=45.25%
G=29.05%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621049200.360.430.3610.2927.5649.8
HexA2685C0242B24a1c32
Octal2421501340445344123462
Binary10100010110100010111000100100101011100100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2685C; }

 p { color: rgb(162,104,92); }

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

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

 a { background-color: rgb(162,104,92); }

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

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

 span { border-color: rgb(162,104,92); }

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