Html Css Color HEX #AD7A04 Dark Goldenrod

📋 copy color: '#AD7A04'

red 173 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #AD7A04

Tints of Dark Goldenrod #AD7A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

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

R = 57.86%
G = 40.8%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7A04 (or 0xAD7A04) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 04. RGB value is (173,122,4). Sum of RGB (Red+Green+Blue) = 173+122+4=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A04 is #5285FB. Grayscale: #7C7C7C. Windows color (decimal): -5408252 or 293549. OLE color: 293549.

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

Color convert

RGB 173 122 4 -
CMYK 0 0.29 0.98 0.32
HSL 41.89º 0.95% 0.35% -
HSV(B) 41.89º 0.98% 0.68% -
XYZ 24.22 22.81 3.24 -
YUV 123.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 173 122 4 0 0.29 0.98 0.32 41.89 0.95 0.35
Hex AD 7A 4 0 1D 62 20 2A 5F 23
Octal 255 172 4 0 35 142 40 52 137 43
Binary 10101101 1111010 100 0 11101 1100010 100000 101010 1011111 100011

Color Harmonies of #AD7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A04

Black with #AD7A04

Text Example


Text Example

White with #AD7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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