Html Css Color HEX #A0592B Rich Gold

📋 copy color: '#A0592B'

red 160 ◦ green 89 ◦ blue 43

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

Shades of Rich Gold #A0592B

Tints of Rich Gold #A0592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 54.79%
G = 30.48%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0592B (or 0xA0592B) is known color: Rich Gold. HEX triplet: A0, 59 and 2B. RGB value is (160,89,43). Sum of RGB (Red+Green+Blue) = 160+89+43=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0592B is #5FA6D4. Grayscale: #696969. Windows color (decimal): -6268629 or 2840992. OLE color: 2840992.

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

Color convert

RGB 160 89 43 -
CMYK 0 0.44 0.73 0.37
HSL 23.59º 0.58% 0.4% -
HSV(B) 23.59º 0.73% 0.63% -
XYZ 18.51 14.79 4.17 -
YUV 104.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 160 89 43 0 0.44 0.73 0.37 23.59 0.58 0.4
Hex A0 59 2B 0 2C 49 25 18 3A 28
Octal 240 131 53 0 54 111 45 30 72 50
Binary 10100000 1011001 101011 0 101100 1001001 100101 11000 111010 101000

Color Harmonies of #A0592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0592B

Black with #A0592B

Text Example


Text Example

White with #A0592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0592B; }

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

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

background-color css

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

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

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

border-color css

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

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

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