Html Css Color HEX #AA8D04 Dark Goldenrod

📋 copy color: '#AA8D04'

red 170 ◦ green 141 ◦ blue 4

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

Shades of Dark Goldenrod #AA8D04

Tints of Dark Goldenrod #AA8D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 53.97%
G = 44.76%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA8D04 (or 0xAA8D04) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 04. RGB value is (170,141,4). Sum of RGB (Red+Green+Blue) = 170+141+4=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D04 is #5572FB. Grayscale: #868686. Windows color (decimal): -5599996 or 298410. OLE color: 298410.

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

Color convert

RGB 170 141 4 -
CMYK 0 0.17 0.98 0.33
HSL 49.52º 0.95% 0.34% -
HSV(B) 49.52º 0.98% 0.67% -
XYZ 26.12 27.6 4.07 -
YUV 134.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 170 141 4 0 0.17 0.98 0.33 49.52 0.95 0.34
Hex AA 8D 4 0 11 62 21 32 5F 22
Octal 252 215 4 0 21 142 41 62 137 42
Binary 10101010 10001101 100 0 10001 1100010 100001 110010 1011111 100010

Color Harmonies of #AA8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D04

Black with #AA8D04

Text Example


Text Example

White with #AA8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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