Html Css Color HEX #AA8301 Dark Goldenrod

📋 copy color: '#AA8301'

red 170 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #AA8301

Tints of Dark Goldenrod #AA8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

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

R = 56.29%
G = 43.38%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA8301 (or 0xAA8301) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 01. RGB value is (170,131,1). Sum of RGB (Red+Green+Blue) = 170+131+1=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8301 is #557CFE. Grayscale: #808080. Windows color (decimal): -5602559 or 99242. OLE color: 99242.

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

Color convert

RGB 170 131 1 -
CMYK 0 0.23 0.99 0.33
HSL 46.15º 0.99% 0.34% -
HSV(B) 46.15º 0.99% 0.67% -
XYZ 24.7 24.78 3.51 -
YUV 127.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 170 131 1 0 0.23 0.99 0.33 46.15 0.99 0.34
Hex AA 83 1 0 17 63 21 2E 63 22
Octal 252 203 1 0 27 143 41 56 143 42
Binary 10101010 10000011 1 0 10111 1100011 100001 101110 1100011 100010

Color Harmonies of #AA8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8301

Black with #AA8301

Text Example


Text Example

White with #AA8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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