Html Css Color HEX #A54716 Rich Gold

📋 copy color: '#A54716'

red 165 ◦ green 71 ◦ blue 22

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

Shades of Rich Gold #A54716

Tints of Rich Gold #A54716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 63.95%
G = 27.52%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54716 (or 0xA54716) is known color: Rich Gold. HEX triplet: A5, 47 and 16. RGB value is (165,71,22). Sum of RGB (Red+Green+Blue) = 165+71+22=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A54716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54716 is #5AB8E9. Grayscale: #5D5D5D. Windows color (decimal): -5945578 or 1460133. OLE color: 1460133.

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

Color convert

RGB 165 71 22 -
CMYK 0 0.57 0.87 0.35
HSL 20.56º 0.76% 0.37% -
HSV(B) 20.56º 0.87% 0.65% -
XYZ 17.92 12.56 2.24 -
YUV 93.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 165 71 22 0 0.57 0.87 0.35 20.56 0.76 0.37
Hex A5 47 16 0 39 57 23 15 4C 25
Octal 245 107 26 0 71 127 43 25 114 45
Binary 10100101 1000111 10110 0 111001 1010111 100011 10101 1001100 100101

Color Harmonies of #A54716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54716

Black with #A54716

Text Example


Text Example

White with #A54716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54716; }

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

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

background-color css

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

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

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

border-color css

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

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

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