#A68100

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

Shades of Dark Goldenrod #A68100

Tints of Dark Goldenrod #A68100

Color information

#A68100 (or 0xA68100) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 81 and 00. RGB value is (166,129,0). Sum of RGB (Red+Green+Blue) = 166+129+0=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A68100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68100 is #597EFF. Grayscale: #7D7D7D. Windows color (decimal): -5865216 or 33190. OLE color: 33190.

HSL color Cylindrical-coordinate representation of color #A68100: hue angle of 46.63º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A68100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1661290-
CMYK00.2210.35
HSL46.63º100%32.55%-
HSV(B)46.63º100%65.1%-
XYZ23.5823.813.35-
YUV125.3657.26156.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.27%
G=43.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166129000.2210.3546.6310032.55
HexA681001664232f6421
Octal2462010026144435714441
Binary1010011010000001001011011001001000111011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68100; }

 p { color: rgb(166,129,0); }

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

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

 a { background-color: rgb(166,129,0); }

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

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

 span { border-color: rgb(166,129,0); }

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