Html Css Color HEX #AA7411 Golden Brown

📋 copy color: '#AA7411'

red 170 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #AA7411

Tints of Golden Brown #AA7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 56.11%
G = 38.28%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA7411 (or 0xAA7411) is known color: Golden Brown. HEX triplet: AA, 74 and 11. RGB value is (170,116,17). Sum of RGB (Red+Green+Blue) = 170+116+17=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7411 is #558BEE. Grayscale: #797979. Windows color (decimal): -5606383 or 1143978. OLE color: 1143978.

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

Color convert

RGB 170 116 17 -
CMYK 0 0.32 0.9 0.33
HSL 38.82º 0.82% 0.37% -
HSV(B) 38.82º 0.9% 0.67% -
XYZ 22.92 21.08 3.39 -
YUV 120.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 170 116 17 0 0.32 0.9 0.33 38.82 0.82 0.37
Hex AA 74 11 0 20 5A 21 27 52 25
Octal 252 164 21 0 40 132 41 47 122 45
Binary 10101010 1110100 10001 0 100000 1011010 100001 100111 1010010 100101

Color Harmonies of #AA7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7411

Black with #AA7411

Text Example


Text Example

White with #AA7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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