Html Css Color HEX #AA8705 Dark Goldenrod

📋 copy color: '#AA8705'

red 170 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #AA8705

Tints of Dark Goldenrod #AA8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

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

R = 54.84%
G = 43.55%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA8705 (or 0xAA8705) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 05. RGB value is (170,135,5). Sum of RGB (Red+Green+Blue) = 170+135+5=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8705 is #5578FA. Grayscale: #838383. Windows color (decimal): -5601531 or 362410. OLE color: 362410.

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

Color convert

RGB 170 135 5 -
CMYK 0 0.21 0.97 0.33
HSL 47.27º 0.94% 0.34% -
HSV(B) 47.27º 0.97% 0.67% -
XYZ 25.27 25.88 3.81 -
YUV 130.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 170 135 5 0 0.21 0.97 0.33 47.27 0.94 0.34
Hex AA 87 5 0 15 61 21 2F 5E 22
Octal 252 207 5 0 25 141 41 57 136 42
Binary 10101010 10000111 101 0 10101 1100001 100001 101111 1011110 100010

Color Harmonies of #AA8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8705

Black with #AA8705

Text Example


Text Example

White with #AA8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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