Html Css Color HEX #AA5B16 Rich Gold

📋 copy color: '#AA5B16'

red 170 ◦ green 91 ◦ blue 22

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

Shades of Rich Gold #AA5B16

Tints of Rich Gold #AA5B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 60.07%
G = 32.16%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5B16 (or 0xAA5B16) is known color: Rich Gold. HEX triplet: AA, 5B and 16. RGB value is (170,91,22). Sum of RGB (Red+Green+Blue) = 170+91+22=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5B16 is #55A4E9. Grayscale: #6B6B6B. Windows color (decimal): -5612778 or 1465258. OLE color: 1465258.

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

Color convert

RGB 170 91 22 -
CMYK 0 0.46 0.87 0.33
HSL 27.97º 0.77% 0.38% -
HSV(B) 27.97º 0.87% 0.67% -
XYZ 20.46 16.09 2.79 -
YUV 106.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 170 91 22 0 0.46 0.87 0.33 27.97 0.77 0.38
Hex AA 5B 16 0 2E 57 21 1C 4D 26
Octal 252 133 26 0 56 127 41 34 115 46
Binary 10101010 1011011 10110 0 101110 1010111 100001 11100 1001101 100110

Color Harmonies of #AA5B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B16

Black with #AA5B16

Text Example


Text Example

White with #AA5B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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