Html Css Color HEX #A0521B Rich Gold

📋 copy color: '#A0521B'

red 160 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #A0521B

Tints of Rich Gold #A0521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 59.48%
G = 30.48%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0521B (or 0xA0521B) is known color: Rich Gold. HEX triplet: A0, 52 and 1B. RGB value is (160,82,27). Sum of RGB (Red+Green+Blue) = 160+82+27=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0521B is #5FADE4. Grayscale: #636363. Windows color (decimal): -6270437 or 1790624. OLE color: 1790624.

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

Color convert

RGB 160 82 27 -
CMYK 0 0.49 0.83 0.37
HSL 24.81º 0.71% 0.37% -
HSV(B) 24.81º 0.83% 0.63% -
XYZ 17.71 13.59 2.73 -
YUV 99.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 160 82 27 0 0.49 0.83 0.37 24.81 0.71 0.37
Hex A0 52 1B 0 31 53 25 19 47 25
Octal 240 122 33 0 61 123 45 31 107 45
Binary 10100000 1010010 11011 0 110001 1010011 100101 11001 1000111 100101

Color Harmonies of #A0521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0521B

Black with #A0521B

Text Example


Text Example

White with #A0521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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