Html Css Color HEX #A44516 Rich Gold

📋 copy color: '#A44516'

red 164 ◦ green 69 ◦ blue 22

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

Shades of Rich Gold #A44516

Tints of Rich Gold #A44516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 64.31%
G = 27.06%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A44516 (or 0xA44516) is known color: Rich Gold. HEX triplet: A4, 45 and 16. RGB value is (164,69,22). Sum of RGB (Red+Green+Blue) = 164+69+22=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A44516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44516 is #5BBAE9. Grayscale: #5C5C5C. Windows color (decimal): -6011626 or 1459620. OLE color: 1459620.

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

Color convert

RGB 164 69 22 -
CMYK 0 0.58 0.87 0.36
HSL 19.86º 0.76% 0.36% -
HSV(B) 19.86º 0.87% 0.64% -
XYZ 17.58 12.21 2.19 -
YUV 92.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 164 69 22 0 0.58 0.87 0.36 19.86 0.76 0.36
Hex A4 45 16 0 3A 57 24 14 4C 24
Octal 244 105 26 0 72 127 44 24 114 44
Binary 10100100 1000101 10110 0 111010 1010111 100100 10100 1001100 100100

Color Harmonies of #A44516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44516

Black with #A44516

Text Example


Text Example

White with #A44516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44516; }

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

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

background-color css

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

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

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

border-color css

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

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

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