#A37707

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

Shades of Dark Goldenrod #A37707

Tints of Dark Goldenrod #A37707

Color information

#A37707 (or 0xA37707) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 77 and 07. RGB value is (163,119,7). Sum of RGB (Red+Green+Blue) = 163+119+7=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A37707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37707 is #5C88F8. Grayscale: #777777. Windows color (decimal): -6064377 or 489379. OLE color: 489379.

HSL color Cylindrical-coordinate representation of color #A37707: hue angle of 43.08º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A37707 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1631197-
CMYK00.270.960.36
HSL43.08º91.76%33.33%-
HSV(B)43.08º95.71%63.92%-
XYZ21.74213.11-
YUV119.3964.58159.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 7 (3.12% from 255) = 2.42%
R=56.40%
G=41.18%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163119700.270.960.3643.0891.7633.33
HexA377701B60242b5c21
Octal2431677033140445313441
Binary10100011111011111101101111000001001001010111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37707; }

 p { color: rgb(163,119,7); }

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

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

 a { background-color: rgb(163,119,7); }

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

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

 span { border-color: rgb(163,119,7); }

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