Html Css Color HEX #AA6911 Golden Brown

📋 copy color: '#AA6911'

red 170 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #AA6911

Tints of Golden Brown #AA6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 58.22%
G = 35.96%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA6911 (or 0xAA6911) is known color: Golden Brown. HEX triplet: AA, 69 and 11. RGB value is (170,105,17). Sum of RGB (Red+Green+Blue) = 170+105+17=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6911 is #5596EE. Grayscale: #727272. Windows color (decimal): -5609199 or 1141162. OLE color: 1141162.

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

Color convert

RGB 170 105 17 -
CMYK 0 0.38 0.9 0.33
HSL 34.51º 0.82% 0.37% -
HSV(B) 34.51º 0.9% 0.67% -
XYZ 21.73 18.69 2.99 -
YUV 114.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 170 105 17 0 0.38 0.9 0.33 34.51 0.82 0.37
Hex AA 69 11 0 26 5A 21 23 52 25
Octal 252 151 21 0 46 132 41 43 122 45
Binary 10101010 1101001 10001 0 100110 1011010 100001 100011 1010010 100101

Color Harmonies of #AA6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6911

Black with #AA6911

Text Example


Text Example

White with #AA6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6911; }

 p { color: rgb(170,105,17); }

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

background-color css

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

 a { background-color: rgb(170,105,17); }

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

border-color css

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

 span { border-color: rgb(170,105,17); }

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