Html Css Color HEX #A0591F Rich Gold

📋 copy color: '#A0591F'

red 160 ◦ green 89 ◦ blue 31

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

Shades of Rich Gold #A0591F

Tints of Rich Gold #A0591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

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

R = 57.14%
G = 31.79%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0591F (or 0xA0591F) is known color: Rich Gold. HEX triplet: A0, 59 and 1F. RGB value is (160,89,31). Sum of RGB (Red+Green+Blue) = 160+89+31=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A0591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0591F is #5FA6E0. Grayscale: #676767. Windows color (decimal): -6268641 or 2054560. OLE color: 2054560.

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

Color convert

RGB 160 89 31 -
CMYK 0 0.44 0.81 0.37
HSL 26.98º 0.68% 0.37% -
HSV(B) 26.98º 0.81% 0.63% -
XYZ 18.32 14.72 3.17 -
YUV 103.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 160 89 31 0 0.44 0.81 0.37 26.98 0.68 0.37
Hex A0 59 1F 0 2C 51 25 1B 44 25
Octal 240 131 37 0 54 121 45 33 104 45
Binary 10100000 1011001 11111 0 101100 1010001 100101 11011 1000100 100101

Color Harmonies of #A0591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0591F

Black with #A0591F

Text Example


Text Example

White with #A0591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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