Html Css Color HEX #A0501E Rich Gold

📋 copy color: '#A0501E'

red 160 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #A0501E

Tints of Rich Gold #A0501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 59.26%
G = 29.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0501E (or 0xA0501E) is known color: Rich Gold. HEX triplet: A0, 50 and 1E. RGB value is (160,80,30). Sum of RGB (Red+Green+Blue) = 160+80+30=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0501E is #5FAFE1. Grayscale: #626262. Windows color (decimal): -6270946 or 1986720. OLE color: 1986720.

HSL color Cylindrical-coordinate representation of color #A0501E: hue angle of 23.08º 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 #A0501E is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 30 -
CMYK 0 0.5 0.81 0.37
HSL 23.08º 0.68% 0.37% -
HSV(B) 23.08º 0.81% 0.63% -
XYZ 17.6 13.3 2.87 -
YUV 98.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 160 80 30 0 0.5 0.81 0.37 23.08 0.68 0.37
Hex A0 50 1E 0 32 51 25 17 44 25
Octal 240 120 36 0 62 121 45 27 104 45
Binary 10100000 1010000 11110 0 110010 1010001 100101 10111 1000100 100101

Color Harmonies of #A0501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0501E

Black with #A0501E

Text Example


Text Example

White with #A0501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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