#A48000

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

Shades of Dark Goldenrod #A48000

Tints of Dark Goldenrod #A48000

Color information

#A48000 (or 0xA48000) is unknown color: approx Dark Goldenrod. HEX triplet: A4, 80 and 00. RGB value is (164,128,0). Sum of RGB (Red+Green+Blue) = 164+128+0=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A48000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48000 is #5B7FFF. Grayscale: #7C7C7C. Windows color (decimal): -5996544 or 32932. OLE color: 32932.

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

Color convert

RGB1641280-
CMYK00.2210.36
HSL46.83º100%32.16%-
HSV(B)46.83º100%64.31%-
XYZ23.0323.333.29-
YUV124.1757.93156.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.16%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.16%
G=43.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164128000.2210.3646.8310032.16
HexA480001664242f6420
Octal2442000026144445714440
Binary1010010010000000001011011001001001001011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48000; }

 p { color: rgb(164,128,0); }

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

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

 a { background-color: rgb(164,128,0); }

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

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

 span { border-color: rgb(164,128,0); }

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