Html Css Color HEX #AA6000 Golden Brown

📋 copy color: '#AA6000'

red 170 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #AA6000

Tints of Golden Brown #AA6000

RGB

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

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

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

R = 63.91%
G = 36.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA6000 (or 0xAA6000) is known color: Golden Brown. HEX triplet: AA, 60 and 00. RGB value is (170,96,0). Sum of RGB (Red+Green+Blue) = 170+96+0=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6000 is #559FFF. Grayscale: #6B6B6B. Windows color (decimal): -5611520 or 24746. OLE color: 24746.

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

Color convert

RGB 170 96 0 -
CMYK 0 0.44 1 0.33
HSL 33.88º 1% 0.33% -
HSV(B) 33.88º 1% 0.67% -
XYZ 20.76 16.91 2.17 -
YUV 107.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 170 96 0 0 0.44 1 0.33 33.88 1 0.33
Hex AA 60 0 0 2C 64 21 22 64 21
Octal 252 140 0 0 54 144 41 42 144 41
Binary 10101010 1100000 0 0 101100 1100100 100001 100010 1100100 100001

Color Harmonies of #AA6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6000

Black with #AA6000

Text Example


Text Example

White with #AA6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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