Html Css Color HEX #AD8F04 Dark Goldenrod

📋 copy color: '#AD8F04'

red 173 ◦ green 143 ◦ blue 4

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

Shades of Dark Goldenrod #AD8F04

Tints of Dark Goldenrod #AD8F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.69%

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

R = 54.06%
G = 44.69%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8F04 (or 0xAD8F04) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 04. RGB value is (173,143,4). Sum of RGB (Red+Green+Blue) = 173+143+4=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F04 is #5270FB. Grayscale: #888888. Windows color (decimal): -5402876 or 298925. OLE color: 298925.

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

Color convert

RGB 173 143 4 -
CMYK 0 0.17 0.98 0.32
HSL 49.35º 0.95% 0.35% -
HSV(B) 49.35º 0.98% 0.68% -
XYZ 27.08 28.54 4.2 -
YUV 136.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 173 143 4 0 0.17 0.98 0.32 49.35 0.95 0.35
Hex AD 8F 4 0 11 62 20 31 5F 23
Octal 255 217 4 0 21 142 40 61 137 43
Binary 10101101 10001111 100 0 10001 1100010 100000 110001 1011111 100011

Color Harmonies of #AD8F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F04

Black with #AD8F04

Text Example


Text Example

White with #AD8F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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