#A38601

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

Shades of Dark Goldenrod #A38601

Tints of Dark Goldenrod #A38601

Color information

#A38601 (or 0xA38601) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 86 and 01. RGB value is (163,134,1). Sum of RGB (Red+Green+Blue) = 163+134+1=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A38601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38601 is #5C79FE. Grayscale: #808080. Windows color (decimal): -6060543 or 100003. OLE color: 100003.

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

Color convert

RGB1631341-
CMYK00.180.990.36
HSL49.26º98.78%32.16%-
HSV(B)49.26º99.39%63.92%-
XYZ23.6324.843.58-
YUV127.5156.61153.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=54.70%
G=44.97%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163134100.180.990.3649.2698.7832.16
HexA38610126324316320
Octal2432061022143446114340
Binary1010001110000110101001011000111001001100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38601; }

 p { color: rgb(163,134,1); }

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

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

 a { background-color: rgb(163,134,1); }

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

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

 span { border-color: rgb(163,134,1); }

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