#A1665E

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

Shades of Au Chico #A1665E

Tints of Au Chico #A1665E

Color information

#A1665E (or 0xA1665E) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 5E. RGB value is (161,102,94). Sum of RGB (Red+Green+Blue) = 161+102+94=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1665E is #5E99A1. Grayscale: #767676. Windows color (decimal): -6199714 or 6186657. OLE color: 6186657.

HSL color Cylindrical-coordinate representation of color #A1665E: hue angle of 7.16º 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 #A1665E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB16110294-
CMYK00.370.420.37
HSL7.16º26.27%50%-
HSV(B)7.16º41.61%63.14%-
XYZ21.4717.8912.91-
YUV118.73114.05158.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=45.10%
G=28.57%
B=26.33%

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
Decimal1611029400.370.420.377.1626.2750
HexA1665E0252A2571a32
Octal241146136045524573262
Binary1010000111001101011110010010110101010010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1665E; }

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

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

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

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

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

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

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

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