#A48D06

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

Shades of Dark Goldenrod #A48D06

Tints of Dark Goldenrod #A48D06

Color information

#A48D06 (or 0xA48D06) is unknown color: approx Dark Goldenrod. HEX triplet: A4, 8D and 06. RGB value is (164,141,6). Sum of RGB (Red+Green+Blue) = 164+141+6=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D06 is #5B72F9. Grayscale: #858585. Windows color (decimal): -5993210 or 429476. OLE color: 429476.

HSL color Cylindrical-coordinate representation of color #A48D06: hue angle of 51.27º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A48D06 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1641416-
CMYK00.140.960.36
HSL51.27º92.94%33.33%-
HSV(B)51.27º96.34%64.31%-
XYZ24.8726.964.06-
YUV132.4956.62150.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=52.73%
G=45.34%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164141600.140.960.3651.2792.9433.33
HexA48D60E6024335d21
Octal2442156016140446313541
Binary10100100100011011100111011000001001001100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D06; }

 p { color: rgb(164,141,6); }

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

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

 a { background-color: rgb(164,141,6); }

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

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

 span { border-color: rgb(164,141,6); }

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