Html Css Color HEX #A0591A Rich Gold

📋 copy color: '#A0591A'

red 160 ◦ green 89 ◦ blue 26

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

Shades of Rich Gold #A0591A

Tints of Rich Gold #A0591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 58.18%
G = 32.36%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0591A (or 0xA0591A) is known color: Rich Gold. HEX triplet: A0, 59 and 1A. RGB value is (160,89,26). Sum of RGB (Red+Green+Blue) = 160+89+26=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0591A is #5FA6E5. Grayscale: #676767. Windows color (decimal): -6268646 or 1726880. OLE color: 1726880.

HSL color Cylindrical-coordinate representation of color #A0591A: hue angle of 28.21º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0591A is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 26 -
CMYK 0 0.44 0.84 0.37
HSL 28.21º 0.72% 0.36% -
HSV(B) 28.21º 0.84% 0.63% -
XYZ 18.26 14.69 2.85 -
YUV 103.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 160 89 26 0 0.44 0.84 0.37 28.21 0.72 0.36
Hex A0 59 1A 0 2C 54 25 1C 48 24
Octal 240 131 32 0 54 124 45 34 110 44
Binary 10100000 1011001 11010 0 101100 1010100 100101 11100 1001000 100100

Color Harmonies of #A0591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0591A

Black with #A0591A

Text Example


Text Example

White with #A0591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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