Html Css Color HEX #A0591B Rich Gold

📋 copy color: '#A0591B'

red 160 ◦ green 89 ◦ blue 27

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

Shades of Rich Gold #A0591B

Tints of Rich Gold #A0591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 57.97%
G = 32.25%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0591B (or 0xA0591B) is known color: Rich Gold. HEX triplet: A0, 59 and 1B. RGB value is (160,89,27). Sum of RGB (Red+Green+Blue) = 160+89+27=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0591B is #5FA6E4. Grayscale: #676767. Windows color (decimal): -6268645 or 1792416. OLE color: 1792416.

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

Color convert

RGB 160 89 27 -
CMYK 0 0.44 0.83 0.37
HSL 27.97º 0.71% 0.37% -
HSV(B) 27.97º 0.83% 0.63% -
XYZ 18.27 14.7 2.91 -
YUV 103.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 160 89 27 0 0.44 0.83 0.37 27.97 0.71 0.37
Hex A0 59 1B 0 2C 53 25 1C 47 25
Octal 240 131 33 0 54 123 45 34 107 45
Binary 10100000 1011001 11011 0 101100 1010011 100101 11100 1000111 100101

Color Harmonies of #A0591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0591B

Black with #A0591B

Text Example


Text Example

White with #A0591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0591B; }

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

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

background-color css

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

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

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

border-color css

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

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

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