#A1655C

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

Shades of Au Chico #A1655C

Tints of Au Chico #A1655C

Color information

#A1655C (or 0xA1655C) is unknown color: approx Au Chico. HEX triplet: A1, 65 and 5C. RGB value is (161,101,92). Sum of RGB (Red+Green+Blue) = 161+101+92=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1655C is #5E9AA3. Grayscale: #767676. Windows color (decimal): -6199972 or 6055329. OLE color: 6055329.

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

Color convert

RGB16110192-
CMYK00.370.430.37
HSL7.83º27.27%49.61%-
HSV(B)7.83º42.86%63.14%-
XYZ21.2817.6612.41-
YUV117.91113.38158.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=45.48%
G=28.53%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611019200.370.430.377.8327.2749.61
HexA1655C0252B2581b32
Octal2411451340455345103362
Binary10100001110010110111000100101101011100101100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1655C; }

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

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

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

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

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

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

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

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