#A2685E

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

Shades of Au Chico #A2685E

Tints of Au Chico #A2685E

Color information

#A2685E (or 0xA2685E) is unknown color: approx Au Chico. HEX triplet: A2, 68 and 5E. RGB value is (162,104,94). Sum of RGB (Red+Green+Blue) = 162+104+94=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2685E is #5D97A1. Grayscale: #787878. Windows color (decimal): -6133666 or 6187170. OLE color: 6187170.

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

Color convert

RGB16210494-
CMYK00.360.420.36
HSL8.82º26.77%50.2%-
HSV(B)8.82º41.98%63.53%-
XYZ21.8718.3912.99-
YUV120.2113.22157.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=45%
G=28.89%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621049400.360.420.368.8226.7750.2
HexA2685E0242A2491b32
Octal2421501360445244113362
Binary10100010110100010111100100100101010100100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2685E; }

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

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

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

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

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

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

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

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