#A1615B

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

Shades of Au Chico #A1615B

Tints of Au Chico #A1615B

Color information

#A1615B (or 0xA1615B) is unknown color: approx Au Chico. HEX triplet: A1, 61 and 5B. RGB value is (161,97,91). Sum of RGB (Red+Green+Blue) = 161+97+91=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615B is #5E9EA4. Grayscale: #737373. Windows color (decimal): -6200997 or 5988769. OLE color: 5988769.

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

Color convert

RGB1619791-
CMYK00.400.430.37
HSL5.14º27.78%49.41%-
HSV(B)5.14º43.48%63.14%-
XYZ20.8616.8812.06-
YUV115.45114.2160.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=46.13%
G=27.79%
B=26.07%

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
Decimal161979100.400.430.375.1427.7849.41
HexA1615B0282B2551c31
Octal241141133050534553461
Binary1010000111000011011011010100010101110010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1615B; }

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

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

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

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

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

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

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

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