Html Css Color HEX #AD740A Dark Goldenrod

📋 copy color: '#AD740A'

red 173 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #AD740A

Tints of Dark Goldenrod #AD740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 57.86%
G = 38.8%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD740A (or 0xAD740A) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 0A. RGB value is (173,116,10). Sum of RGB (Red+Green+Blue) = 173+116+10=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD740A is #528BF5. Grayscale: #797979. Windows color (decimal): -5409782 or 685229. OLE color: 685229.

HSL color Cylindrical-coordinate representation of color #AD740A: hue angle of 39.02º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD740A is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 10 -
CMYK 0 0.33 0.94 0.32
HSL 39.02º 0.89% 0.36% -
HSV(B) 39.02º 0.94% 0.68% -
XYZ 23.53 21.4 3.18 -
YUV 120.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 173 116 10 0 0.33 0.94 0.32 39.02 0.89 0.36
Hex AD 74 A 0 21 5E 20 27 59 24
Octal 255 164 12 0 41 136 40 47 131 44
Binary 10101101 1110100 1010 0 100001 1011110 100000 100111 1011001 100100

Color Harmonies of #AD740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD740A

Black with #AD740A

Text Example


Text Example

White with #AD740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD740A; }

 p { color: rgb(173,116,10); }

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

background-color css

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

 a { background-color: rgb(173,116,10); }

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

border-color css

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

 span { border-color: rgb(173,116,10); }

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