#A37700

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

Shades of Dark Goldenrod #A37700

Tints of Dark Goldenrod #A37700

Color information

#A37700 (or 0xA37700) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 77 and 00. RGB value is (163,119,0). Sum of RGB (Red+Green+Blue) = 163+119+0=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A37700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37700 is #5C88FF. Grayscale: #777777. Windows color (decimal): -6064384 or 30627. OLE color: 30627.

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

Color convert

RGB1631190-
CMYK00.2710.36
HSL43.8º100%31.96%-
HSV(B)43.8º100%63.92%-
XYZ21.720.982.91-
YUV118.5961.08159.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.80%
G=42.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163119000.2710.3643.810031.96
HexA377001B64242c6420
Octal2431670033144445414440
Binary101000111110111001101111001001001001011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37700; }

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

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

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

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

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

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

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

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