#A88D04

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

Shades of Dark Goldenrod #A88D04

Tints of Dark Goldenrod #A88D04

Color information

#A88D04 (or 0xA88D04) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8D and 04. RGB value is (168,141,4). Sum of RGB (Red+Green+Blue) = 168+141+4=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88D04 is #5772FB. Grayscale: #868686. Windows color (decimal): -5731068 or 298408. OLE color: 298408.

HSL color Cylindrical-coordinate representation of color #A88D04: hue angle of 50.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A88D04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1681414-
CMYK00.160.980.34
HSL50.12º95.35%33.73%-
HSV(B)50.12º97.62%65.88%-
XYZ25.727.384.05-
YUV133.4554.95152.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=53.67%
G=45.05%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168141400.160.980.3450.1295.3533.73
HexA88D40106222325f22
Octal2502154020142426213742
Binary101010001000110110001000011000101000101100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D04; }

 p { color: rgb(168,141,4); }

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

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

 a { background-color: rgb(168,141,4); }

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

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

 span { border-color: rgb(168,141,4); }

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