Html Css Color HEX #A54A16 Rich Gold

📋 copy color: '#A54A16'

red 165 ◦ green 74 ◦ blue 22

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

Shades of Rich Gold #A54A16

Tints of Rich Gold #A54A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 63.22%
G = 28.35%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54A16 (or 0xA54A16) is known color: Rich Gold. HEX triplet: A5, 4A and 16. RGB value is (165,74,22). Sum of RGB (Red+Green+Blue) = 165+74+22=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A16 is #5AB5E9. Grayscale: #5F5F5F. Windows color (decimal): -5944810 or 1460901. OLE color: 1460901.

HSL color Cylindrical-coordinate representation of color #A54A16: hue angle of 21.82º 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 #A54A16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 22 -
CMYK 0 0.55 0.87 0.35
HSL 21.82º 0.76% 0.37% -
HSV(B) 21.82º 0.87% 0.65% -
XYZ 18.11 12.95 2.31 -
YUV 95.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 165 74 22 0 0.55 0.87 0.35 21.82 0.76 0.37
Hex A5 4A 16 0 37 57 23 16 4C 25
Octal 245 112 26 0 67 127 43 26 114 45
Binary 10100101 1001010 10110 0 110111 1010111 100011 10110 1001100 100101

Color Harmonies of #A54A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A16

Black with #A54A16

Text Example


Text Example

White with #A54A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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