Html Css Color HEX #AA7311 Golden Brown

📋 copy color: '#AA7311'

red 170 ◦ green 115 ◦ blue 17

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

Shades of Golden Brown #AA7311

Tints of Golden Brown #AA7311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 56.29%
G = 38.08%
B = 5.63%

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

#AA7311 (or 0xAA7311) is known color: Golden Brown. HEX triplet: AA, 73 and 11. RGB value is (170,115,17). Sum of RGB (Red+Green+Blue) = 170+115+17=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7311 is #558CEE. Grayscale: #787878. Windows color (decimal): -5606639 or 1143722. OLE color: 1143722.

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

Color convert

RGB 170 115 17 -
CMYK 0 0.32 0.9 0.33
HSL 38.43º 0.82% 0.37% -
HSV(B) 38.43º 0.9% 0.67% -
XYZ 22.81 20.85 3.35 -
YUV 120.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 170 115 17 0 0.32 0.9 0.33 38.43 0.82 0.37
Hex AA 73 11 0 20 5A 21 26 52 25
Octal 252 163 21 0 40 132 41 46 122 45
Binary 10101010 1110011 10001 0 100000 1011010 100001 100110 1010010 100101

Color Harmonies of #AA7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7311

Black with #AA7311

Text Example


Text Example

White with #AA7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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