Html Css Color HEX #A0511E Rich Gold

📋 copy color: '#A0511E'

red 160 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #A0511E

Tints of Rich Gold #A0511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 59.04%
G = 29.89%
B = 11.07%

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

#A0511E (or 0xA0511E) is known color: Rich Gold. HEX triplet: A0, 51 and 1E. RGB value is (160,81,30). Sum of RGB (Red+Green+Blue) = 160+81+30=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0511E is #5FAEE1. Grayscale: #636363. Windows color (decimal): -6270690 or 1986976. OLE color: 1986976.

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

Color convert

RGB 160 81 30 -
CMYK 0 0.49 0.81 0.37
HSL 23.54º 0.68% 0.37% -
HSV(B) 23.54º 0.81% 0.63% -
XYZ 17.67 13.45 2.89 -
YUV 98.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 160 81 30 0 0.49 0.81 0.37 23.54 0.68 0.37
Hex A0 51 1E 0 31 51 25 18 44 25
Octal 240 121 36 0 61 121 45 30 104 45
Binary 10100000 1010001 11110 0 110001 1010001 100101 11000 1000100 100101

Color Harmonies of #A0511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0511E

Black with #A0511E

Text Example


Text Example

White with #A0511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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