#A1605C

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

Shades of Au Chico #A1605C

Tints of Au Chico #A1605C

Color information

#A1605C (or 0xA1605C) is unknown color: approx Au Chico. HEX triplet: A1, 60 and 5C. RGB value is (161,96,92). Sum of RGB (Red+Green+Blue) = 161+96+92=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1605C is #5E9FA3. Grayscale: #737373. Windows color (decimal): -6201252 or 6054049. OLE color: 6054049.

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

Color convert

RGB1619692-
CMYK00.400.430.37
HSL3.48º27.27%49.61%-
HSV(B)3.48º42.86%63.14%-
XYZ20.8116.7212.25-
YUV114.98115.03160.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=46.13%
G=27.51%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161969200.400.430.373.4827.2749.61
HexA1605C0282B2531b32
Octal241140134050534533362
Binary101000011100000101110001010001010111001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1605C; }

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

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

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

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

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

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

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

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