Html Css Color HEX #AA6616 Golden Brown

📋 copy color: '#AA6616'

red 170 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #AA6616

Tints of Golden Brown #AA6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

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

R = 57.82%
G = 34.69%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA6616 (or 0xAA6616) is known color: Golden Brown. HEX triplet: AA, 66 and 16. RGB value is (170,102,22). Sum of RGB (Red+Green+Blue) = 170+102+22=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6616 is #5599E9. Grayscale: #717171. Windows color (decimal): -5609962 or 1468074. OLE color: 1468074.

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

Color convert

RGB 170 102 22 -
CMYK 0 0.4 0.87 0.33
HSL 32.43º 0.77% 0.38% -
HSV(B) 32.43º 0.87% 0.67% -
XYZ 21.47 18.11 3.12 -
YUV 113.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 170 102 22 0 0.4 0.87 0.33 32.43 0.77 0.38
Hex AA 66 16 0 28 57 21 20 4D 26
Octal 252 146 26 0 50 127 41 40 115 46
Binary 10101010 1100110 10110 0 101000 1010111 100001 100000 1001101 100110

Color Harmonies of #AA6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6616

Black with #AA6616

Text Example


Text Example

White with #AA6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6616; }

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

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

background-color css

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

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

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

border-color css

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

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

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