#A0604D

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

Shades of Au Chico #A0604D

Tints of Au Chico #A0604D

Color information

#A0604D (or 0xA0604D) is unknown color: approx Au Chico. HEX triplet: A0, 60 and 4D. RGB value is (160,96,77). Sum of RGB (Red+Green+Blue) = 160+96+77=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0604D is #5F9FB2. Grayscale: #717171. Windows color (decimal): -6266803 or 5071008. OLE color: 5071008.

HSL color Cylindrical-coordinate representation of color #A0604D: hue angle of 13.73º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0604D is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1609677-
CMYK00.40.520.37
HSL13.73º35.02%46.47%-
HSV(B)13.73º51.88%62.75%-
XYZ20.0216.389.13-
YUV112.97107.7161.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=48.05%
G=28.83%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160967700.40.520.3713.7335.0246.47
HexA0604D0283425e232e
Octal2401401150506445164356
Binary101000001100000100110101010001101001001011110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0604D; }

 p { color: rgb(160,96,77); }

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

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

 a { background-color: rgb(160,96,77); }

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

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

 span { border-color: rgb(160,96,77); }

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