#A2685B

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

Shades of Au Chico #A2685B

Tints of Au Chico #A2685B

Color information

#A2685B (or 0xA2685B) is unknown color: approx Au Chico. HEX triplet: A2, 68 and 5B. RGB value is (162,104,91). Sum of RGB (Red+Green+Blue) = 162+104+91=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2685B is #5D97A4. Grayscale: #777777. Windows color (decimal): -6133669 or 5990562. OLE color: 5990562.

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

Color convert

RGB16210491-
CMYK00.360.440.36
HSL10.99º28.06%49.61%-
HSV(B)10.99º43.83%63.53%-
XYZ21.7418.3412.29-
YUV119.86111.72158.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=45.38%
G=29.13%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621049100.360.440.3610.9928.0649.61
HexA2685B0242C24b1c32
Octal2421501330445444133462
Binary10100010110100010110110100100101100100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2685B; }

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

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

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

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

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

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

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

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