#A5615B

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

Shades of Au Chico #A5615B

Tints of Au Chico #A5615B

Color information

#A5615B (or 0xA5615B) is unknown color: approx Au Chico. HEX triplet: A5, 61 and 5B. RGB value is (165,97,91). Sum of RGB (Red+Green+Blue) = 165+97+91=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5615B is #5A9EA4. Grayscale: #747474. Windows color (decimal): -5938853 or 5988773. OLE color: 5988773.

HSL color Cylindrical-coordinate representation of color #A5615B: hue angle of 4.86º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5615B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1659791-
CMYK00.410.450.35
HSL4.86º29.13%50.2%-
HSV(B)4.86º44.85%64.71%-
XYZ21.6817.312.09-
YUV116.65113.53162.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=46.74%
G=27.48%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165979100.410.450.354.8629.1350.2
HexA5615B0292D2351d32
Octal245141133051554353562
Binary1010010111000011011011010100110110110001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5615B; }

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

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

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

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

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

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

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

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