Html Css Color HEX #A0541A Rich Gold

📋 copy color: '#A0541A'

red 160 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #A0541A

Tints of Rich Gold #A0541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 59.26%
G = 31.11%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0541A (or 0xA0541A) is known color: Rich Gold. HEX triplet: A0, 54 and 1A. RGB value is (160,84,26). Sum of RGB (Red+Green+Blue) = 160+84+26=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0541A is #5FABE5. Grayscale: #646464. Windows color (decimal): -6269926 or 1725600. OLE color: 1725600.

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

Color convert

RGB 160 84 26 -
CMYK 0 0.48 0.84 0.37
HSL 25.97º 0.72% 0.36% -
HSV(B) 25.97º 0.84% 0.63% -
XYZ 17.85 13.89 2.72 -
YUV 100.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 160 84 26 0 0.48 0.84 0.37 25.97 0.72 0.36
Hex A0 54 1A 0 30 54 25 1A 48 24
Octal 240 124 32 0 60 124 45 32 110 44
Binary 10100000 1010100 11010 0 110000 1010100 100101 11010 1001000 100100

Color Harmonies of #A0541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0541A

Black with #A0541A

Text Example


Text Example

White with #A0541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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