Html Css Color HEX #AA8706 Dark Goldenrod

📋 copy color: '#AA8706'

red 170 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #AA8706

Tints of Dark Goldenrod #AA8706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 54.66%
G = 43.41%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8706 (or 0xAA8706) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 06. RGB value is (170,135,6). Sum of RGB (Red+Green+Blue) = 170+135+6=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8706 is #5578F9. Grayscale: #838383. Windows color (decimal): -5601530 or 427946. OLE color: 427946.

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

Color convert

RGB 170 135 6 -
CMYK 0 0.21 0.96 0.33
HSL 47.2º 0.93% 0.35% -
HSV(B) 47.2º 0.96% 0.67% -
XYZ 25.27 25.89 3.84 -
YUV 130.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 170 135 6 0 0.21 0.96 0.33 47.2 0.93 0.35
Hex AA 87 6 0 15 60 21 2F 5D 23
Octal 252 207 6 0 25 140 41 57 135 43
Binary 10101010 10000111 110 0 10101 1100000 100001 101111 1011101 100011

Color Harmonies of #AA8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8706

Black with #AA8706

Text Example


Text Example

White with #AA8706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8706; }

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

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

background-color css

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

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

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

border-color css

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

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

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