#A37600

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

Shades of Dark Goldenrod #A37600

Tints of Dark Goldenrod #A37600

Color information

#A37600 (or 0xA37600) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 76 and 00. RGB value is (163,118,0). Sum of RGB (Red+Green+Blue) = 163+118+0=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A37600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37600 is #5C89FF. Grayscale: #767676. Windows color (decimal): -6064640 or 30371. OLE color: 30371.

HSL color Cylindrical-coordinate representation of color #A37600: hue angle of 43.44º 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 #A37600 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1631180-
CMYK00.2810.36
HSL43.44º100%31.96%-
HSV(B)43.44º100%63.92%-
XYZ21.5820.742.87-
YUV11861.41160.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.01%
G=41.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163118000.2810.3643.4410031.96
HexA376001C64242b6420
Octal2431660034144445314440
Binary101000111110110001110011001001001001010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37600; }

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

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

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

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

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

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

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

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