Html Css Color HEX #AA8901 Dark Goldenrod

📋 copy color: '#AA8901'

red 170 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #AA8901

Tints of Dark Goldenrod #AA8901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

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

R = 55.19%
G = 44.48%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA8901 (or 0xAA8901) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 01. RGB value is (170,137,1). Sum of RGB (Red+Green+Blue) = 170+137+1=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8901 is #5576FE. Grayscale: #838383. Windows color (decimal): -5601023 or 100778. OLE color: 100778.

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

Color convert

RGB 170 137 1 -
CMYK 0 0.19 0.99 0.33
HSL 48.28º 0.99% 0.34% -
HSV(B) 48.28º 0.99% 0.67% -
XYZ 25.53 26.44 3.79 -
YUV 131.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 170 137 1 0 0.19 0.99 0.33 48.28 0.99 0.34
Hex AA 89 1 0 13 63 21 30 63 22
Octal 252 211 1 0 23 143 41 60 143 42
Binary 10101010 10001001 1 0 10011 1100011 100001 110000 1100011 100010

Color Harmonies of #AA8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8901

Black with #AA8901

Text Example


Text Example

White with #AA8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8901; }

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

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

background-color css

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

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

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

border-color css

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

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

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