Html Css Color HEX #A0541B Rich Gold

📋 copy color: '#A0541B'

red 160 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #A0541B

Tints of Rich Gold #A0541B

RGB

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

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

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

R = 59.04%
G = 31%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0541B (or 0xA0541B) is known color: Rich Gold. HEX triplet: A0, 54 and 1B. RGB value is (160,84,27). Sum of RGB (Red+Green+Blue) = 160+84+27=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0541B is #5FABE4. Grayscale: #646464. Windows color (decimal): -6269925 or 1791136. OLE color: 1791136.

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

Color convert

RGB 160 84 27 -
CMYK 0 0.48 0.83 0.37
HSL 25.71º 0.71% 0.37% -
HSV(B) 25.71º 0.83% 0.63% -
XYZ 17.87 13.89 2.78 -
YUV 100.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 160 84 27 0 0.48 0.83 0.37 25.71 0.71 0.37
Hex A0 54 1B 0 30 53 25 1A 47 25
Octal 240 124 33 0 60 123 45 32 107 45
Binary 10100000 1010100 11011 0 110000 1010011 100101 11010 1000111 100101

Color Harmonies of #A0541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0541B

Black with #A0541B

Text Example


Text Example

White with #A0541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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