Html Css Color HEX #AA4D16 Rich Gold

📋 copy color: '#AA4D16'

red 170 ◦ green 77 ◦ blue 22

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

Shades of Rich Gold #AA4D16

Tints of Rich Gold #AA4D16

RGB

 RED value IS 170 (66.8% from 255) = 63.2%

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

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

R = 63.2%
G = 28.62%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA4D16 (or 0xAA4D16) is known color: Rich Gold. HEX triplet: AA, 4D and 16. RGB value is (170,77,22). Sum of RGB (Red+Green+Blue) = 170+77+22=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D16 is #55B2E9. Grayscale: #626262. Windows color (decimal): -5616362 or 1461674. OLE color: 1461674.

HSL color Cylindrical-coordinate representation of color #AA4D16: hue angle of 22.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA4D16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 22 -
CMYK 0 0.55 0.87 0.33
HSL 22.3º 0.77% 0.38% -
HSV(B) 22.3º 0.87% 0.67% -
XYZ 19.38 13.91 2.42 -
YUV 98.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 170 77 22 0 0.55 0.87 0.33 22.3 0.77 0.38
Hex AA 4D 16 0 37 57 21 16 4D 26
Octal 252 115 26 0 67 127 41 26 115 46
Binary 10101010 1001101 10110 0 110111 1010111 100001 10110 1001101 100110

Color Harmonies of #AA4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D16

Black with #AA4D16

Text Example


Text Example

White with #AA4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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