Html Css Color HEX #AA6011 Golden Brown

📋 copy color: '#AA6011'

red 170 ◦ green 96 ◦ blue 17

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

Shades of Golden Brown #AA6011

Tints of Golden Brown #AA6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

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

R = 60.07%
G = 33.92%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA6011 (or 0xAA6011) is known color: Golden Brown. HEX triplet: AA, 60 and 11. RGB value is (170,96,17). Sum of RGB (Red+Green+Blue) = 170+96+17=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6011 is #559FEE. Grayscale: #6D6D6D. Windows color (decimal): -5611503 or 1138858. OLE color: 1138858.

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

Color convert

RGB 170 96 17 -
CMYK 0 0.44 0.9 0.33
HSL 30.98º 0.82% 0.37% -
HSV(B) 30.98º 0.9% 0.67% -
XYZ 20.86 16.95 2.7 -
YUV 109.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 170 96 17 0 0.44 0.9 0.33 30.98 0.82 0.37
Hex AA 60 11 0 2C 5A 21 1F 52 25
Octal 252 140 21 0 54 132 41 37 122 45
Binary 10101010 1100000 10001 0 101100 1011010 100001 11111 1010010 100101

Color Harmonies of #AA6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6011

Black with #AA6011

Text Example


Text Example

White with #AA6011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6011; }

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

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

background-color css

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

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

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

border-color css

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

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

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