#AA7C0D

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

Shades of Dark Goldenrod #AA7C0D

Tints of Dark Goldenrod #AA7C0D

Color information

#AA7C0D (or 0xAA7C0D) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 7C and 0D. RGB value is (170,124,13). Sum of RGB (Red+Green+Blue) = 170+124+13=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7C0D is #5583F2. Grayscale: #7D7D7D. Windows color (decimal): -5604339 or 883882. OLE color: 883882.

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

Color convert

RGB17012413-
CMYK00.270.920.33
HSL42.42º85.79%35.88%-
HSV(B)42.42º92.35%66.67%-
XYZ23.8622.993.56-
YUV125.164.74160.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 13 (5.47% from 255) = 4.23%
R=55.37%
G=40.39%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701241300.270.920.3342.4285.7935.88
HexAA7CD01B5C212a5624
Octal25217415033134415212644
Binary101010101111100110101101110111001000011010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C0D; }

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

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

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

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

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

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

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

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