Html Css Color HEX #A54916 Rich Gold

📋 copy color: '#A54916'

red 165 ◦ green 73 ◦ blue 22

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

Shades of Rich Gold #A54916

Tints of Rich Gold #A54916

RGB

 RED value IS 165 (64.84% from 255) = 63.46%

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 63.46%
G = 28.08%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54916 (or 0xA54916) is known color: Rich Gold. HEX triplet: A5, 49 and 16. RGB value is (165,73,22). Sum of RGB (Red+Green+Blue) = 165+73+22=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A54916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54916 is #5AB6E9. Grayscale: #5E5E5E. Windows color (decimal): -5945066 or 1460645. OLE color: 1460645.

HSL color Cylindrical-coordinate representation of color #A54916: hue angle of 21.4º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A54916 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 22 -
CMYK 0 0.56 0.87 0.35
HSL 21.4º 0.76% 0.37% -
HSV(B) 21.4º 0.87% 0.65% -
XYZ 18.04 12.82 2.28 -
YUV 94.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 165 73 22 0 0.56 0.87 0.35 21.4 0.76 0.37
Hex A5 49 16 0 38 57 23 15 4C 25
Octal 245 111 26 0 70 127 43 25 114 45
Binary 10100101 1001001 10110 0 111000 1010111 100011 10101 1001100 100101

Color Harmonies of #A54916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54916

Black with #A54916

Text Example


Text Example

White with #A54916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54916; }

 p { color: rgb(165,73,22); }

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

background-color css

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

 a { background-color: rgb(165,73,22); }

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

border-color css

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

 span { border-color: rgb(165,73,22); }

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