Html Css Color HEX #AA6111 Golden Brown

📋 copy color: '#AA6111'

red 170 ◦ green 97 ◦ blue 17

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

Shades of Golden Brown #AA6111

Tints of Golden Brown #AA6111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 59.86%
G = 34.15%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA6111 (or 0xAA6111) is known color: Golden Brown. HEX triplet: AA, 61 and 11. RGB value is (170,97,17). Sum of RGB (Red+Green+Blue) = 170+97+17=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6111 is #559EEE. Grayscale: #6E6E6E. Windows color (decimal): -5611247 or 1139114. OLE color: 1139114.

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

Color convert

RGB 170 97 17 -
CMYK 0 0.43 0.9 0.33
HSL 31.37º 0.82% 0.37% -
HSV(B) 31.37º 0.9% 0.67% -
XYZ 20.95 17.14 2.73 -
YUV 109.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 170 97 17 0 0.43 0.9 0.33 31.37 0.82 0.37
Hex AA 61 11 0 2B 5A 21 1F 52 25
Octal 252 141 21 0 53 132 41 37 122 45
Binary 10101010 1100001 10001 0 101011 1011010 100001 11111 1010010 100101

Color Harmonies of #AA6111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6111

Black with #AA6111

Text Example


Text Example

White with #AA6111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6111; }

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

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

background-color css

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

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

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

border-color css

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

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

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