#A47701

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

Shades of Dark Goldenrod #A47701

Tints of Dark Goldenrod #A47701

Color information

#A47701 (or 0xA47701) is unknown color: approx Dark Goldenrod. HEX triplet: A4, 77 and 01. RGB value is (164,119,1). Sum of RGB (Red+Green+Blue) = 164+119+1=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A47701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47701 is #5B88FE. Grayscale: #777777. Windows color (decimal): -5998847 or 96164. OLE color: 96164.

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

Color convert

RGB1641191-
CMYK00.270.990.36
HSL43.44º98.79%32.35%-
HSV(B)43.44º99.39%64.31%-
XYZ21.9121.092.94-
YUV11961.41160.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.75%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=57.75%
G=41.90%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164119100.270.990.3643.4498.7932.35
HexA477101B63242b6320
Octal2441671033143445314340
Binary101001001110111101101111000111001001010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47701; }

 p { color: rgb(164,119,1); }

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

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

 a { background-color: rgb(164,119,1); }

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

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

 span { border-color: rgb(164,119,1); }

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