#AA800E

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

Shades of Dark Goldenrod #AA800E

Tints of Dark Goldenrod #AA800E

Color information

#AA800E (or 0xAA800E) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 80 and 0E. RGB value is (170,128,14). Sum of RGB (Red+Green+Blue) = 170+128+14=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800E is #557FF1. Grayscale: #808080. Windows color (decimal): -5603314 or 950442. OLE color: 950442.

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

Color convert

RGB17012814-
CMYK00.250.920.33
HSL43.85º84.78%36.08%-
HSV(B)43.85º91.76%66.67%-
XYZ24.3824.023.77-
YUV127.5663.91158.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=54.49%
G=41.03%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701281400.250.920.3343.8584.7836.08
HexAA80E0195C212c5524
Octal25220016031134415412544
Binary1010101010000000111001100110111001000011011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA800E; }

 p { color: rgb(170,128,14); }

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

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

 a { background-color: rgb(170,128,14); }

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

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

 span { border-color: rgb(170,128,14); }

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