#A1665A

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

Shades of Au Chico #A1665A

Tints of Au Chico #A1665A

Color information

#A1665A (or 0xA1665A) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 5A. RGB value is (161,102,90). Sum of RGB (Red+Green+Blue) = 161+102+90=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1665A is #5E99A5. Grayscale: #767676. Windows color (decimal): -6199718 or 5924513. OLE color: 5924513.

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

Color convert

RGB16110290-
CMYK00.370.440.37
HSL10.14º28.29%49.22%-
HSV(B)10.14º44.1%63.14%-
XYZ21.2917.8211.99-
YUV118.27112.05158.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=45.61%
G=28.90%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611029000.370.440.3710.1428.2949.22
HexA1665A0252C25a1c31
Octal2411461320455445123461
Binary10100001110011010110100100101101100100101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1665A; }

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

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

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

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

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

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

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

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