Html Css Color HEX #AA9301 Dark Goldenrod

📋 copy color: '#AA9301'

red 170 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #AA9301

Tints of Dark Goldenrod #AA9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 53.46%
G = 46.23%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA9301 (or 0xAA9301) is known color: Dark Goldenrod. HEX triplet: AA, 93 and 01. RGB value is (170,147,1). Sum of RGB (Red+Green+Blue) = 170+147+1=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9301 is #556CFE. Grayscale: #898989. Windows color (decimal): -5598463 or 103338. OLE color: 103338.

HSL color Cylindrical-coordinate representation of color #AA9301: hue angle of 51.83º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA9301 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 147 1 -
CMYK 0 0.14 0.99 0.33
HSL 51.83º 0.99% 0.34% -
HSV(B) 51.83º 0.99% 0.67% -
XYZ 27.02 29.42 4.28 -
YUV 137.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 170 147 1 0 0.14 0.99 0.33 51.83 0.99 0.34
Hex AA 93 1 0 E 63 21 34 63 22
Octal 252 223 1 0 16 143 41 64 143 42
Binary 10101010 10010011 1 0 1110 1100011 100001 110100 1100011 100010

Color Harmonies of #AA9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9301

Black with #AA9301

Text Example


Text Example

White with #AA9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9301; }

 p { color: rgb(170,147,1); }

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

background-color css

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

 a { background-color: rgb(170,147,1); }

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

border-color css

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

 span { border-color: rgb(170,147,1); }

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