Html Css Color HEX #A44916 Rich Gold

📋 copy color: '#A44916'

red 164 ◦ green 73 ◦ blue 22

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

Shades of Rich Gold #A44916

Tints of Rich Gold #A44916

RGB

 RED value IS 164 (64.45% from 255) = 63.32%

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

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

R = 63.32%
G = 28.19%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A44916 (or 0xA44916) is known color: Rich Gold. HEX triplet: A4, 49 and 16. RGB value is (164,73,22). Sum of RGB (Red+Green+Blue) = 164+73+22=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A44916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44916 is #5BB6E9. Grayscale: #5E5E5E. Windows color (decimal): -6010602 or 1460644. OLE color: 1460644.

HSL color Cylindrical-coordinate representation of color #A44916: hue angle of 21.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A44916 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 22 -
CMYK 0 0.55 0.87 0.36
HSL 21.55º 0.76% 0.36% -
HSV(B) 21.55º 0.87% 0.64% -
XYZ 17.84 12.72 2.27 -
YUV 94.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 164 73 22 0 0.55 0.87 0.36 21.55 0.76 0.36
Hex A4 49 16 0 37 57 24 16 4C 24
Octal 244 111 26 0 67 127 44 26 114 44
Binary 10100100 1001001 10110 0 110111 1010111 100100 10110 1001100 100100

Color Harmonies of #A44916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44916

Black with #A44916

Text Example


Text Example

White with #A44916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44916; }

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

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

background-color css

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

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

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

border-color css

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

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

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