Html Css Color HEX #AA6600 Golden Brown

📋 copy color: '#AA6600'

red 170 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #AA6600

Tints of Golden Brown #AA6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.5%
G = 37.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA6600 (or 0xAA6600) is known color: Golden Brown. HEX triplet: AA, 66 and 00. RGB value is (170,102,0). Sum of RGB (Red+Green+Blue) = 170+102+0=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6600 is #5599FF. Grayscale: #6F6F6F. Windows color (decimal): -5609984 or 26282. OLE color: 26282.

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

Color convert

RGB 170 102 0 -
CMYK 0 0.4 1 0.33
HSL 36º 1% 0.33% -
HSV(B) 36º 1% 0.67% -
XYZ 21.33 18.05 2.36 -
YUV 110.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 170 102 0 0 0.4 1 0.33 36 1 0.33
Hex AA 66 0 0 28 64 21 24 64 21
Octal 252 146 0 0 50 144 41 44 144 41
Binary 10101010 1100110 0 0 101000 1100100 100001 100100 1100100 100001

Color Harmonies of #AA6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6600

Black with #AA6600

Text Example


Text Example

White with #AA6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6600; }

 p { color: rgb(170,102,0); }

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

background-color css

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

 a { background-color: rgb(170,102,0); }

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

border-color css

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

 span { border-color: rgb(170,102,0); }

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