Html Css Color HEX #A74D16 Rich Gold

📋 copy color: '#A74D16'

red 167 ◦ green 77 ◦ blue 22

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

Shades of Rich Gold #A74D16

Tints of Rich Gold #A74D16

RGB

 RED value IS 167 (65.63% from 255) = 62.78%

 GREEN value IS 77 (30.47% from 255) = 28.95%

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

R = 62.78%
G = 28.95%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A74D16 (or 0xA74D16) is known color: Rich Gold. HEX triplet: A7, 4D and 16. RGB value is (167,77,22). Sum of RGB (Red+Green+Blue) = 167+77+22=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D16 is #58B2E9. Grayscale: #616161. Windows color (decimal): -5812970 or 1461671. OLE color: 1461671.

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

Color convert

RGB 167 77 22 -
CMYK 0 0.54 0.87 0.35
HSL 22.76º 0.77% 0.37% -
HSV(B) 22.76º 0.87% 0.65% -
XYZ 18.74 13.58 2.39 -
YUV 97.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 167 77 22 0 0.54 0.87 0.35 22.76 0.77 0.37
Hex A7 4D 16 0 36 57 23 17 4D 25
Octal 247 115 26 0 66 127 43 27 115 45
Binary 10100111 1001101 10110 0 110110 1010111 100011 10111 1001101 100101

Color Harmonies of #A74D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D16

Black with #A74D16

Text Example


Text Example

White with #A74D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D16; }

 p { color: rgb(167,77,22); }

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

background-color css

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

 a { background-color: rgb(167,77,22); }

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

border-color css

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

 span { border-color: rgb(167,77,22); }

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