Html Css Color HEX #AA8D05 Dark Goldenrod

📋 copy color: '#AA8D05'

red 170 ◦ green 141 ◦ blue 5

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

Shades of Dark Goldenrod #AA8D05

Tints of Dark Goldenrod #AA8D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 53.8%
G = 44.62%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA8D05 (or 0xAA8D05) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 05. RGB value is (170,141,5). Sum of RGB (Red+Green+Blue) = 170+141+5=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D05 is #5572FA. Grayscale: #868686. Windows color (decimal): -5599995 or 363946. OLE color: 363946.

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

Color convert

RGB 170 141 5 -
CMYK 0 0.17 0.97 0.33
HSL 49.45º 0.94% 0.34% -
HSV(B) 49.45º 0.97% 0.67% -
XYZ 26.13 27.61 4.1 -
YUV 134.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 170 141 5 0 0.17 0.97 0.33 49.45 0.94 0.34
Hex AA 8D 5 0 11 61 21 31 5E 22
Octal 252 215 5 0 21 141 41 61 136 42
Binary 10101010 10001101 101 0 10001 1100001 100001 110001 1011110 100010

Color Harmonies of #AA8D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D05

Black with #AA8D05

Text Example


Text Example

White with #AA8D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D05; }

 p { color: rgb(170,141,5); }

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

background-color css

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

 a { background-color: rgb(170,141,5); }

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

border-color css

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

 span { border-color: rgb(170,141,5); }

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