Html Css Color HEX #AA9100 Dark Goldenrod

📋 copy color: '#AA9100'

red 170 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #AA9100

Tints of Dark Goldenrod #AA9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

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

R = 53.97%
G = 46.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA9100 (or 0xAA9100) is known color: Dark Goldenrod. HEX triplet: AA, 91 and 00. RGB value is (170,145,0). Sum of RGB (Red+Green+Blue) = 170+145+0=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9100 is #556EFF. Grayscale: #888888. Windows color (decimal): -5598976 or 37290. OLE color: 37290.

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

Color convert

RGB 170 145 0 -
CMYK 0 0.15 1 0.33
HSL 51.18º 1% 0.33% -
HSV(B) 51.18º 1% 0.67% -
XYZ 26.7 28.8 4.15 -
YUV 135.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 170 145 0 0 0.15 1 0.33 51.18 1 0.33
Hex AA 91 0 0 F 64 21 33 64 21
Octal 252 221 0 0 17 144 41 63 144 41
Binary 10101010 10010001 0 0 1111 1100100 100001 110011 1100100 100001

Color Harmonies of #AA9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9100

Black with #AA9100

Text Example


Text Example

White with #AA9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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