Html Css Color HEX #A74920 Rich Gold

📋 copy color: '#A74920'

red 167 ◦ green 73 ◦ blue 32

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

Shades of Rich Gold #A74920

Tints of Rich Gold #A74920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 61.4%
G = 26.84%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A74920 (or 0xA74920) is known color: Rich Gold. HEX triplet: A7, 49 and 20. RGB value is (167,73,32). Sum of RGB (Red+Green+Blue) = 167+73+32=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A74920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74920 is #58B6DF. Grayscale: #606060. Windows color (decimal): -5813984 or 2116007. OLE color: 2116007.

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

Color convert

RGB 167 73 32 -
CMYK 0 0.56 0.81 0.35
HSL 18.22º 0.68% 0.39% -
HSV(B) 18.22º 0.81% 0.65% -
XYZ 18.58 13.08 2.91 -
YUV 96.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 167 73 32 0 0.56 0.81 0.35 18.22 0.68 0.39
Hex A7 49 20 0 38 51 23 12 44 27
Octal 247 111 40 0 70 121 43 22 104 47
Binary 10100111 1001001 100000 0 111000 1010001 100011 10010 1000100 100111

Color Harmonies of #A74920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74920

Black with #A74920

Text Example


Text Example

White with #A74920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74920; }

 p { color: rgb(167,73,32); }

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

background-color css

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

 a { background-color: rgb(167,73,32); }

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

border-color css

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

 span { border-color: rgb(167,73,32); }

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