#A05E51

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

Shades of Au Chico #A05E51

Tints of Au Chico #A05E51

Color information

#A05E51 (or 0xA05E51) is unknown color: approx Au Chico. HEX triplet: A0, 5E and 51. RGB value is (160,94,81). Sum of RGB (Red+Green+Blue) = 160+94+81=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E51 is #5FA1AE. Grayscale: #707070. Windows color (decimal): -6267311 or 5332640. OLE color: 5332640.

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

Color convert

RGB1609481-
CMYK00.410.490.37
HSL9.87º32.78%47.25%-
HSV(B)9.87º49.38%62.75%-
XYZ19.9916.079.83-
YUV112.25110.37162.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=47.76%
G=28.06%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160948100.410.490.379.8732.7847.25
HexA05E510293125a212f
Octal2401361210516145124157
Binary101000001011110101000101010011100011001011010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E51; }

 p { color: rgb(160,94,81); }

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

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

 a { background-color: rgb(160,94,81); }

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

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

 span { border-color: rgb(160,94,81); }

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