#A05F4F

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

Shades of Au Chico #A05F4F

Tints of Au Chico #A05F4F

Color information

#A05F4F (or 0xA05F4F) is unknown color: approx Au Chico. HEX triplet: A0, 5F and 4F. RGB value is (160,95,79). Sum of RGB (Red+Green+Blue) = 160+95+79=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F4F is #5FA0B0. Grayscale: #707070. Windows color (decimal): -6267057 or 5201824. OLE color: 5201824.

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

Color convert

RGB1609579-
CMYK00.410.510.37
HSL11.85º33.89%46.86%-
HSV(B)11.85º50.63%62.75%-
XYZ2016.229.47-
YUV112.61109.03161.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=47.90%
G=28.44%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160957900.410.510.3711.8533.8946.86
HexA05F4F0293325c222f
Octal2401371170516345144257
Binary101000001011111100111101010011100111001011100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F4F; }

 p { color: rgb(160,95,79); }

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

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

 a { background-color: rgb(160,95,79); }

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

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

 span { border-color: rgb(160,95,79); }

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