#A1685A

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

Shades of Au Chico #A1685A

Tints of Au Chico #A1685A

Color information

#A1685A (or 0xA1685A) is unknown color: approx Au Chico. HEX triplet: A1, 68 and 5A. RGB value is (161,104,90). Sum of RGB (Red+Green+Blue) = 161+104+90=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1685A is #5E97A5. Grayscale: #777777. Windows color (decimal): -6199206 or 5925025. OLE color: 5925025.

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

Color convert

RGB16110490-
CMYK00.350.440.37
HSL11.83º28.29%49.22%-
HSV(B)11.83º44.1%63.14%-
XYZ21.4918.2212.06-
YUV119.45111.38157.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=45.35%
G=29.30%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611049000.350.440.3711.8328.2949.22
HexA1685A0232C25c1c31
Octal2411501320435445143461
Binary10100001110100010110100100011101100100101110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1685A; }

 p { color: rgb(161,104,90); }

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

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

 a { background-color: rgb(161,104,90); }

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

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

 span { border-color: rgb(161,104,90); }

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