#AD8104

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

Shades of Dark Goldenrod #AD8104

Tints of Dark Goldenrod #AD8104

Color information

#AD8104 (or 0xAD8104) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 81 and 04. RGB value is (173,129,4). Sum of RGB (Red+Green+Blue) = 173+129+4=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8104 is #527EFB. Grayscale: #808080. Windows color (decimal): -5406460 or 295341. OLE color: 295341.

HSL color Cylindrical-coordinate representation of color #AD8104: hue angle of 44.38º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD8104 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1731294-
CMYK00.250.980.32
HSL44.38º95.48%34.71%-
HSV(B)44.38º97.69%67.84%-
XYZ25.1124.593.54-
YUV127.9158.08160.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=56.54%
G=42.16%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173129400.250.980.3244.3895.4834.71
HexAD81401962202c5f23
Octal2552014031142405413743
Binary101011011000000110001100111000101000001011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8104; }

 p { color: rgb(173,129,4); }

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

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

 a { background-color: rgb(173,129,4); }

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

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

 span { border-color: rgb(173,129,4); }

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