Html Css Color HEX #AA6400 Golden Brown

📋 copy color: '#AA6400'

red 170 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #AA6400

Tints of Golden Brown #AA6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

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

R = 62.96%
G = 37.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA6400 (or 0xAA6400) is known color: Golden Brown. HEX triplet: AA, 64 and 00. RGB value is (170,100,0). Sum of RGB (Red+Green+Blue) = 170+100+0=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6400 is #559BFF. Grayscale: #6E6E6E. Windows color (decimal): -5610496 or 25770. OLE color: 25770.

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

Color convert

RGB 170 100 0 -
CMYK 0 0.41 1 0.33
HSL 35.29º 1% 0.33% -
HSV(B) 35.29º 1% 0.67% -
XYZ 21.13 17.66 2.29 -
YUV 109.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 170 100 0 0 0.41 1 0.33 35.29 1 0.33
Hex AA 64 0 0 29 64 21 23 64 21
Octal 252 144 0 0 51 144 41 43 144 41
Binary 10101010 1100100 0 0 101001 1100100 100001 100011 1100100 100001

Color Harmonies of #AA6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6400

Black with #AA6400

Text Example


Text Example

White with #AA6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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