Html Css Color HEX #A9541F Rich Gold

📋 copy color: '#A9541F'

red 169 ◦ green 84 ◦ blue 31

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

Shades of Rich Gold #A9541F

Tints of Rich Gold #A9541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 59.51%
G = 29.58%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9541F (or 0xA9541F) is known color: Rich Gold. HEX triplet: A9, 54 and 1F. RGB value is (169,84,31). Sum of RGB (Red+Green+Blue) = 169+84+31=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9541F is #56ABE0. Grayscale: #676767. Windows color (decimal): -5680097 or 2053289. OLE color: 2053289.

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

Color convert

RGB 169 84 31 -
CMYK 0 0.50 0.82 0.34
HSL 23.04º 0.69% 0.39% -
HSV(B) 23.04º 0.82% 0.66% -
XYZ 19.78 14.87 3.12 -
YUV 103.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 169 84 31 0 0.50 0.82 0.34 23.04 0.69 0.39
Hex A9 54 1F 0 32 52 22 17 45 27
Octal 251 124 37 0 62 122 42 27 105 47
Binary 10101001 1010100 11111 0 110010 1010010 100010 10111 1000101 100111

Color Harmonies of #A9541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9541F

Black with #A9541F

Text Example


Text Example

White with #A9541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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