#A1655E

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

Shades of Au Chico #A1655E

Tints of Au Chico #A1655E

Color information

#A1655E (or 0xA1655E) is unknown color: approx Au Chico. HEX triplet: A1, 65 and 5E. RGB value is (161,101,94). Sum of RGB (Red+Green+Blue) = 161+101+94=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1655E is #5E9AA1. Grayscale: #767676. Windows color (decimal): -6199970 or 6186401. OLE color: 6186401.

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

Color convert

RGB16110194-
CMYK00.370.420.37
HSL6.27º26.27%50%-
HSV(B)6.27º41.61%63.14%-
XYZ21.3717.6912.88-
YUV118.14114.38158.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=45.22%
G=28.37%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611019400.370.420.376.2726.2750
HexA1655E0252A2561a32
Octal241145136045524563262
Binary1010000111001011011110010010110101010010111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1655E; }

 p { color: rgb(161,101,94); }

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

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

 a { background-color: rgb(161,101,94); }

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

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

 span { border-color: rgb(161,101,94); }

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