Html Css Color HEX #A0521E Rich Gold

📋 copy color: '#A0521E'

red 160 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #A0521E

Tints of Rich Gold #A0521E

RGB

 RED value IS 160 (62.89% from 255) = 58.82%

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 58.82%
G = 30.15%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0521E (or 0xA0521E) is known color: Rich Gold. HEX triplet: A0, 52 and 1E. RGB value is (160,82,30). Sum of RGB (Red+Green+Blue) = 160+82+30=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0521E is #5FADE1. Grayscale: #636363. Windows color (decimal): -6270434 or 1987232. OLE color: 1987232.

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

Color convert

RGB 160 82 30 -
CMYK 0 0.49 0.81 0.37
HSL 24º 0.68% 0.37% -
HSV(B) 24º 0.81% 0.63% -
XYZ 17.75 13.6 2.92 -
YUV 99.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 160 82 30 0 0.49 0.81 0.37 24 0.68 0.37
Hex A0 52 1E 0 31 51 25 18 44 25
Octal 240 122 36 0 61 121 45 30 104 45
Binary 10100000 1010010 11110 0 110001 1010001 100101 11000 1000100 100101

Color Harmonies of #A0521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0521E

Black with #A0521E

Text Example


Text Example

White with #A0521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0521E; }

 p { color: rgb(160,82,30); }

 H1.HeaderClassName
 {
   color: #A0521E;
 }
 .AnyTagClassName
 {
   color: #A0521E;
 }
</style>

background-color css

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

 a { background-color: rgb(160,82,30); }

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

border-color css

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

 span { border-color: rgb(160,82,30); }

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