#aa7800

Color #AA7800 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AA7800

Tints of Dark Goldenrod #AA7800

Color information

#AA7800 (or 0xAA7800) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 78 and 00. RGB value is (170,120,0). Sum of RGB (Red+Green+Blue) = 170+120+0=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7800 is #5587FF. Grayscale: #797979. Windows color (decimal): -5605376 or 30890. OLE color: 30890.

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

Color convert

RGB1701200-
CMYK00.2910.33
HSL42.35º100%33.33%-
HSV(B)42.35º100%66.67%-
XYZ23.2921.983.01-
YUV121.2759.56162.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.62%
G=41.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170120000.2910.3342.3510033.33
HexAA78001D64212a6421
Octal2521700035144415214441
Binary101010101111000001110111001001000011010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7800; }

 p { color: rgb(170,120,0); }

 H1.HeaderClassName
 {
   color: #aa7800;
 }
 .AnyTagClassName
 {
   color: #aa7800;
 }
</style>
background-color css

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

 a { background-color: rgb(170,120,0); }

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

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

 span { border-color: rgb(170,120,0); }

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