Html Css Color HEX #AD7F04 Dark Goldenrod

📋 copy color: '#AD7F04'

red 173 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #AD7F04

Tints of Dark Goldenrod #AD7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 41.78%

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

R = 56.91%
G = 41.78%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7F04 (or 0xAD7F04) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 04. RGB value is (173,127,4). Sum of RGB (Red+Green+Blue) = 173+127+4=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F04 is #5280FB. Grayscale: #7F7F7F. Windows color (decimal): -5406972 or 294829. OLE color: 294829.

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

Color convert

RGB 173 127 4 -
CMYK 0 0.27 0.98 0.32
HSL 43.67º 0.95% 0.35% -
HSV(B) 43.67º 0.98% 0.68% -
XYZ 24.84 24.07 3.45 -
YUV 126.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 173 127 4 0 0.27 0.98 0.32 43.67 0.95 0.35
Hex AD 7F 4 0 1B 62 20 2C 5F 23
Octal 255 177 4 0 33 142 40 54 137 43
Binary 10101101 1111111 100 0 11011 1100010 100000 101100 1011111 100011

Color Harmonies of #AD7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F04

Black with #AD7F04

Text Example


Text Example

White with #AD7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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