Html Css Color HEX #AA860A Dark Goldenrod

📋 copy color: '#AA860A'

red 170 ◦ green 134 ◦ blue 10

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

Shades of Dark Goldenrod #AA860A

Tints of Dark Goldenrod #AA860A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 54.14%
G = 42.68%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA860A (or 0xAA860A) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 0A. RGB value is (170,134,10). Sum of RGB (Red+Green+Blue) = 170+134+10=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA860A is #5579F5. Grayscale: #838383. Windows color (decimal): -5601782 or 689834. OLE color: 689834.

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

Color convert

RGB 170 134 10 -
CMYK 0 0.21 0.94 0.33
HSL 46.5º 0.89% 0.35% -
HSV(B) 46.5º 0.94% 0.67% -
XYZ 25.16 25.62 3.91 -
YUV 130.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 170 134 10 0 0.21 0.94 0.33 46.5 0.89 0.35
Hex AA 86 A 0 15 5E 21 2E 59 23
Octal 252 206 12 0 25 136 41 56 131 43
Binary 10101010 10000110 1010 0 10101 1011110 100001 101110 1011001 100011

Color Harmonies of #AA860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA860A

Black with #AA860A

Text Example


Text Example

White with #AA860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA860A; }

 p { color: rgb(170,134,10); }

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

background-color css

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

 a { background-color: rgb(170,134,10); }

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

border-color css

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

 span { border-color: rgb(170,134,10); }

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