#A1605B

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

Shades of Au Chico #A1605B

Tints of Au Chico #A1605B

Color information

#A1605B (or 0xA1605B) is unknown color: approx Au Chico. HEX triplet: A1, 60 and 5B. RGB value is (161,96,91). Sum of RGB (Red+Green+Blue) = 161+96+91=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1605B is #5E9FA4. Grayscale: #727272. Windows color (decimal): -6201253 or 5988513. OLE color: 5988513.

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

Color convert

RGB1619691-
CMYK00.400.430.37
HSL4.29º27.78%49.41%-
HSV(B)4.29º43.48%63.14%-
XYZ20.7716.712.03-
YUV114.86114.53160.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=46.26%
G=27.59%
B=26.15%

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
Decimal161969100.400.430.374.2927.7849.41
HexA1605B0282B2541c31
Octal241140133050534543461
Binary1010000111000001011011010100010101110010110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1605B; }

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

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

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

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

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

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

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

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