Html Css Color HEX #AA8500 Dark Goldenrod

📋 copy color: '#AA8500'

red 170 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #AA8500

Tints of Dark Goldenrod #AA8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

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

R = 56.11%
G = 43.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA8500 (or 0xAA8500) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 00. RGB value is (170,133,0). Sum of RGB (Red+Green+Blue) = 170+133+0=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8500 is #557AFF. Grayscale: #818181. Windows color (decimal): -5602048 or 34218. OLE color: 34218.

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

Color convert

RGB 170 133 0 -
CMYK 0 0.22 1 0.33
HSL 46.94º 1% 0.33% -
HSV(B) 46.94º 1% 0.67% -
XYZ 24.97 25.32 3.57 -
YUV 128.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 170 133 0 0 0.22 1 0.33 46.94 1 0.33
Hex AA 85 0 0 16 64 21 2F 64 21
Octal 252 205 0 0 26 144 41 57 144 41
Binary 10101010 10000101 0 0 10110 1100100 100001 101111 1100100 100001

Color Harmonies of #AA8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8500

Black with #AA8500

Text Example


Text Example

White with #AA8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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