#A2615B

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

Shades of Au Chico #A2615B

Tints of Au Chico #A2615B

Color information

#A2615B (or 0xA2615B) is unknown color: approx Au Chico. HEX triplet: A2, 61 and 5B. RGB value is (162,97,91). Sum of RGB (Red+Green+Blue) = 162+97+91=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2615B is #5D9EA4. Grayscale: #737373. Windows color (decimal): -6135461 or 5988770. OLE color: 5988770.

HSL color Cylindrical-coordinate representation of color #A2615B: hue angle of 5.07º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2615B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1629791-
CMYK00.400.440.36
HSL5.07º28.06%49.61%-
HSV(B)5.07º43.83%63.53%-
XYZ21.0616.9912.07-
YUV115.75114.03160.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 91 (35.94% from 255) = 26%
R=46.29%
G=27.71%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162979100.400.440.365.0728.0649.61
HexA2615B0282C2451c32
Octal242141133050544453462
Binary1010001011000011011011010100010110010010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2615B; }

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

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

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

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

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

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

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

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