Html Css Color HEX #AA5E00 Golden Brown

📋 copy color: '#AA5E00'

red 170 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #AA5E00

Tints of Golden Brown #AA5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

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

R = 64.39%
G = 35.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA5E00 (or 0xAA5E00) is known color: Golden Brown. HEX triplet: AA, 5E and 00. RGB value is (170,94,0). Sum of RGB (Red+Green+Blue) = 170+94+0=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E00 is #55A1FF. Grayscale: #6A6A6A. Windows color (decimal): -5612032 or 24234. OLE color: 24234.

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

Color convert

RGB 170 94 0 -
CMYK 0 0.45 1 0.33
HSL 33.18º 1% 0.33% -
HSV(B) 33.18º 1% 0.67% -
XYZ 20.58 16.55 2.11 -
YUV 106.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 170 94 0 0 0.45 1 0.33 33.18 1 0.33
Hex AA 5E 0 0 2D 64 21 21 64 21
Octal 252 136 0 0 55 144 41 41 144 41
Binary 10101010 1011110 0 0 101101 1100100 100001 100001 1100100 100001

Color Harmonies of #AA5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E00

Black with #AA5E00

Text Example


Text Example

White with #AA5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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