Html Css Color HEX #A0604D Au Chico

📋 copy color: '#A0604D'

red 160 ◦ green 96 ◦ blue 77

#A0604D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #A0604D

Tints of Au Chico #A0604D

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 value IS 0

 M value IS 0.4

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0604D (or 0xA0604D) is known color: 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

RGB 160 96 77 -
CMYK 0 0.4 0.52 0.37
HSL 13.73º 0.35% 0.46% -
HSV(B) 13.73º 0.52% 0.63% -
XYZ 20.02 16.38 9.13 -
YUV 112.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 160 96 77 0 0.4 0.52 0.37 13.73 0.35 0.46
Hex A0 60 4D 0 28 34 25 E 23 2E
Octal 240 140 115 0 50 64 45 16 43 56
Binary 10100000 1100000 1001101 0 101000 110100 100101 1110 100011 101110

Color Harmonies of #A0604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0604D

Black with #A0604D

Text Example


Text Example

White with #A0604D

Text Example


Text Example

HTML Codes & Css Web 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>