Html Css Color HEX #AD8904 Dark Goldenrod

📋 copy color: '#AD8904'

red 173 ◦ green 137 ◦ blue 4

#AD8904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AD8904

Tints of Dark Goldenrod #AD8904

RGB

 RED value IS 173 (67.97% from 255) = 55.1%

 GREEN value IS 137 (53.91% from 255) = 43.63%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 55.1%
G = 43.63%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8904 (or 0xAD8904) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 04. RGB value is (173,137,4). Sum of RGB (Red+Green+Blue) = 173+137+4=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8904 is #5276FB. Grayscale: #858585. Windows color (decimal): -5404412 or 297389. OLE color: 297389.

HSL color Cylindrical-coordinate representation of color #AD8904: hue angle of 47.22º 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 #AD8904 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 4 -
CMYK 0 0.21 0.98 0.32
HSL 47.22º 0.95% 0.35% -
HSV(B) 47.22º 0.98% 0.68% -
XYZ 26.2 26.78 3.9 -
YUV 132.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 173 137 4 0 0.21 0.98 0.32 47.22 0.95 0.35
Hex AD 89 4 0 15 62 20 2F 5F 23
Octal 255 211 4 0 25 142 40 57 137 43
Binary 10101101 10001001 100 0 10101 1100010 100000 101111 1011111 100011

Color Harmonies of #AD8904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8904

Black with #AD8904

Text Example


Text Example

White with #AD8904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8904; }

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

 H1.HeaderClassName
 {
   color: #AD8904;
 }
 .AnyTagClassName
 {
   color: #AD8904;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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