#AA8B0D

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

Shades of Dark Goldenrod #AA8B0D

Tints of Dark Goldenrod #AA8B0D

Color information

#AA8B0D (or 0xAA8B0D) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 8B and 0D. RGB value is (170,139,13). Sum of RGB (Red+Green+Blue) = 170+139+13=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8B0D is #5574F2. Grayscale: #868686. Windows color (decimal): -5600499 or 887722. OLE color: 887722.

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

Color convert

RGB17013913-
CMYK00.180.920.33
HSL48.15º85.79%35.88%-
HSV(B)48.15º92.35%66.67%-
XYZ25.8827.044.24-
YUV133.959.77153.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 13 (5.47% from 255) = 4.04%
R=52.80%
G=43.17%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701391300.180.920.3348.1585.7935.88
HexAA8BD0125C21305624
Octal25221315022134416012644
Binary1010101010001011110101001010111001000011100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B0D; }

 p { color: rgb(170,139,13); }

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

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

 a { background-color: rgb(170,139,13); }

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

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

 span { border-color: rgb(170,139,13); }

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