Html Css Color HEX #AA8D0D Dark Goldenrod

📋 copy color: '#AA8D0D'

red 170 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #AA8D0D

Tints of Dark Goldenrod #AA8D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 52.47%
G = 43.52%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA8D0D (or 0xAA8D0D) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 0D. RGB value is (170,141,13). Sum of RGB (Red+Green+Blue) = 170+141+13=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D0D is #5572F2. Grayscale: #878787. Windows color (decimal): -5599987 or 888234. OLE color: 888234.

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

Color convert

RGB 170 141 13 -
CMYK 0 0.17 0.92 0.33
HSL 48.92º 0.86% 0.36% -
HSV(B) 48.92º 0.92% 0.67% -
XYZ 26.18 27.62 4.33 -
YUV 135.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 170 141 13 0 0.17 0.92 0.33 48.92 0.86 0.36
Hex AA 8D D 0 11 5C 21 31 56 24
Octal 252 215 15 0 21 134 41 61 126 44
Binary 10101010 10001101 1101 0 10001 1011100 100001 110001 1010110 100100

Color Harmonies of #AA8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D0D

Black with #AA8D0D

Text Example


Text Example

White with #AA8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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