#A39100

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

Shades of Dark Goldenrod #A39100

Tints of Dark Goldenrod #A39100

Color information

#A39100 (or 0xA39100) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 91 and 00. RGB value is (163,145,0). Sum of RGB (Red+Green+Blue) = 163+145+0=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A39100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39100 is #5C6EFF. Grayscale: #868686. Windows color (decimal): -6057728 or 37283. OLE color: 37283.

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

Color convert

RGB1631450-
CMYK00.1110.36
HSL53.37º100%31.96%-
HSV(B)53.37º100%63.92%-
XYZ25.2328.044.08-
YUV133.8552.46148.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.92%
G=47.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163145000.1110.3653.3710031.96
HexA39100B6424356420
Octal2432210013144446514440
Binary101000111001000100101111001001001001101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39100; }

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

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

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

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

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

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

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

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