Html Css Color HEX #AD720A Dark Goldenrod

📋 copy color: '#AD720A'

red 173 ◦ green 114 ◦ blue 10

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

Shades of Dark Goldenrod #AD720A

Tints of Dark Goldenrod #AD720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 58.25%
G = 38.38%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD720A (or 0xAD720A) is known color: Dark Goldenrod. HEX triplet: AD, 72 and 0A. RGB value is (173,114,10). Sum of RGB (Red+Green+Blue) = 173+114+10=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD720A is #528DF5. Grayscale: #787878. Windows color (decimal): -5410294 or 684717. OLE color: 684717.

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

Color convert

RGB 173 114 10 -
CMYK 0 0.34 0.94 0.32
HSL 38.28º 0.89% 0.36% -
HSV(B) 38.28º 0.94% 0.68% -
XYZ 23.31 20.94 3.1 -
YUV 119.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 173 114 10 0 0.34 0.94 0.32 38.28 0.89 0.36
Hex AD 72 A 0 22 5E 20 26 59 24
Octal 255 162 12 0 42 136 40 46 131 44
Binary 10101101 1110010 1010 0 100010 1011110 100000 100110 1011001 100100

Color Harmonies of #AD720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD720A

Black with #AD720A

Text Example


Text Example

White with #AD720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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