Html Css Color HEX #AA8C0D Dark Goldenrod

📋 copy color: '#AA8C0D'

red 170 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #AA8C0D

Tints of Dark Goldenrod #AA8C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

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

R = 52.63%
G = 43.34%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA8C0D (or 0xAA8C0D) is known color: Dark Goldenrod. HEX triplet: AA, 8C and 0D. RGB value is (170,140,13). Sum of RGB (Red+Green+Blue) = 170+140+13=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C0D is #5573F2. Grayscale: #878787. Windows color (decimal): -5600243 or 887978. OLE color: 887978.

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

Color convert

RGB 170 140 13 -
CMYK 0 0.18 0.92 0.33
HSL 48.54º 0.86% 0.36% -
HSV(B) 48.54º 0.92% 0.67% -
XYZ 26.03 27.33 4.28 -
YUV 134.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 170 140 13 0 0.18 0.92 0.33 48.54 0.86 0.36
Hex AA 8C D 0 12 5C 21 31 56 24
Octal 252 214 15 0 22 134 41 61 126 44
Binary 10101010 10001100 1101 0 10010 1011100 100001 110001 1010110 100100

Color Harmonies of #AA8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C0D

Black with #AA8C0D

Text Example


Text Example

White with #AA8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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