Html Css Color HEX #A0511C Rich Gold

📋 copy color: '#A0511C'

red 160 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #A0511C

Tints of Rich Gold #A0511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 59.48%
G = 30.11%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0511C (or 0xA0511C) is known color: Rich Gold. HEX triplet: A0, 51 and 1C. RGB value is (160,81,28). Sum of RGB (Red+Green+Blue) = 160+81+28=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0511C is #5FAEE3. Grayscale: #626262. Windows color (decimal): -6270692 or 1855904. OLE color: 1855904.

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

Color convert

RGB 160 81 28 -
CMYK 0 0.49 0.82 0.37
HSL 24.09º 0.7% 0.37% -
HSV(B) 24.09º 0.83% 0.63% -
XYZ 17.65 13.44 2.76 -
YUV 98.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 160 81 28 0 0.49 0.82 0.37 24.09 0.7 0.37
Hex A0 51 1C 0 31 52 25 18 46 25
Octal 240 121 34 0 61 122 45 30 106 45
Binary 10100000 1010001 11100 0 110001 1010010 100101 11000 1000110 100101

Color Harmonies of #A0511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0511C

Black with #A0511C

Text Example


Text Example

White with #A0511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0511C; }

 p { color: rgb(160,81,28); }

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

background-color css

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

 a { background-color: rgb(160,81,28); }

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

border-color css

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

 span { border-color: rgb(160,81,28); }

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