Html Css Color HEX #AA6516 Golden Brown

📋 copy color: '#AA6516'

red 170 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #AA6516

Tints of Golden Brown #AA6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 58.02%
G = 34.47%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA6516 (or 0xAA6516) is known color: Golden Brown. HEX triplet: AA, 65 and 16. RGB value is (170,101,22). Sum of RGB (Red+Green+Blue) = 170+101+22=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6516 is #559AE9. Grayscale: #717171. Windows color (decimal): -5610218 or 1467818. OLE color: 1467818.

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

Color convert

RGB 170 101 22 -
CMYK 0 0.41 0.87 0.33
HSL 32.03º 0.77% 0.38% -
HSV(B) 32.03º 0.87% 0.67% -
XYZ 21.38 17.91 3.09 -
YUV 112.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 170 101 22 0 0.41 0.87 0.33 32.03 0.77 0.38
Hex AA 65 16 0 29 57 21 20 4D 26
Octal 252 145 26 0 51 127 41 40 115 46
Binary 10101010 1100101 10110 0 101001 1010111 100001 100000 1001101 100110

Color Harmonies of #AA6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6516

Black with #AA6516

Text Example


Text Example

White with #AA6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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