Html Css Color HEX #A9541B Rich Gold

📋 copy color: '#A9541B'

red 169 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #A9541B

Tints of Rich Gold #A9541B

RGB

 RED value IS 169 (66.41% from 255) = 60.36%

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

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

R = 60.36%
G = 30%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A9541B (or 0xA9541B) is known color: Rich Gold. HEX triplet: A9, 54 and 1B. RGB value is (169,84,27). Sum of RGB (Red+Green+Blue) = 169+84+27=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9541B is #56ABE4. Grayscale: #676767. Windows color (decimal): -5680101 or 1791145. OLE color: 1791145.

HSL color Cylindrical-coordinate representation of color #A9541B: hue angle of 24.08º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9541B is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 84 27 -
CMYK 0 0.50 0.84 0.34
HSL 24.08º 0.72% 0.38% -
HSV(B) 24.08º 0.84% 0.66% -
XYZ 19.73 14.85 2.86 -
YUV 102.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 169 84 27 0 0.50 0.84 0.34 24.08 0.72 0.38
Hex A9 54 1B 0 32 54 22 18 48 26
Octal 251 124 33 0 62 124 42 30 110 46
Binary 10101001 1010100 11011 0 110010 1010100 100010 11000 1001000 100110

Color Harmonies of #A9541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9541B

Black with #A9541B

Text Example


Text Example

White with #A9541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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