Html Css Color HEX #AA8509 Dark Goldenrod

📋 copy color: '#AA8509'

red 170 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #AA8509

Tints of Dark Goldenrod #AA8509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 54.49%
G = 42.63%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA8509 (or 0xAA8509) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 09. RGB value is (170,133,9). Sum of RGB (Red+Green+Blue) = 170+133+9=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8509 is #557AF6. Grayscale: #828282. Windows color (decimal): -5602039 or 624042. OLE color: 624042.

HSL color Cylindrical-coordinate representation of color #AA8509: hue angle of 46.21º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA8509 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 9 -
CMYK 0 0.22 0.95 0.33
HSL 46.21º 0.9% 0.35% -
HSV(B) 46.21º 0.95% 0.67% -
XYZ 25.01 25.34 3.83 -
YUV 129.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 170 133 9 0 0.22 0.95 0.33 46.21 0.9 0.35
Hex AA 85 9 0 16 5F 21 2E 5A 23
Octal 252 205 11 0 26 137 41 56 132 43
Binary 10101010 10000101 1001 0 10110 1011111 100001 101110 1011010 100011

Color Harmonies of #AA8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8509

Black with #AA8509

Text Example


Text Example

White with #AA8509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8509; }

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

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

background-color css

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

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

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

border-color css

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

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

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