Html Css Color HEX #A0501F Rich Gold

📋 copy color: '#A0501F'

red 160 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #A0501F

Tints of Rich Gold #A0501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 59.04%
G = 29.52%
B = 11.44%

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

#A0501F (or 0xA0501F) is known color: Rich Gold. HEX triplet: A0, 50 and 1F. RGB value is (160,80,31). Sum of RGB (Red+Green+Blue) = 160+80+31=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0501F is #5FAFE0. Grayscale: #626262. Windows color (decimal): -6270945 or 2052256. OLE color: 2052256.

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

Color convert

RGB 160 80 31 -
CMYK 0 0.5 0.81 0.37
HSL 22.79º 0.68% 0.37% -
HSV(B) 22.79º 0.81% 0.63% -
XYZ 17.61 13.31 2.94 -
YUV 98.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 160 80 31 0 0.5 0.81 0.37 22.79 0.68 0.37
Hex A0 50 1F 0 32 51 25 17 44 25
Octal 240 120 37 0 62 121 45 27 104 45
Binary 10100000 1010000 11111 0 110010 1010001 100101 10111 1000100 100101

Color Harmonies of #A0501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0501F

Black with #A0501F

Text Example


Text Example

White with #A0501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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