Html Css Color HEX #A0511A Rich Gold

📋 copy color: '#A0511A'

red 160 ◦ green 81 ◦ blue 26

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

Shades of Rich Gold #A0511A

Tints of Rich Gold #A0511A

RGB

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

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

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

R = 59.93%
G = 30.34%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0511A (or 0xA0511A) is known color: Rich Gold. HEX triplet: A0, 51 and 1A. RGB value is (160,81,26). Sum of RGB (Red+Green+Blue) = 160+81+26=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0511A is #5FAEE5. Grayscale: #626262. Windows color (decimal): -6270694 or 1724832. OLE color: 1724832.

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

Color convert

RGB 160 81 26 -
CMYK 0 0.49 0.84 0.37
HSL 24.63º 0.72% 0.36% -
HSV(B) 24.63º 0.84% 0.63% -
XYZ 17.63 13.43 2.64 -
YUV 98.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 160 81 26 0 0.49 0.84 0.37 24.63 0.72 0.36
Hex A0 51 1A 0 31 54 25 19 48 24
Octal 240 121 32 0 61 124 45 31 110 44
Binary 10100000 1010001 11010 0 110001 1010100 100101 11001 1001000 100100

Color Harmonies of #A0511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0511A

Black with #A0511A

Text Example


Text Example

White with #A0511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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