Html Css Color HEX #AD7E14 Dark Goldenrod

📋 copy color: '#AD7E14'

red 173 ◦ green 126 ◦ blue 20

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

Shades of Dark Goldenrod #AD7E14

Tints of Dark Goldenrod #AD7E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 54.23%
G = 39.5%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7E14 (or 0xAD7E14) is known color: Dark Goldenrod. HEX triplet: AD, 7E and 14. RGB value is (173,126,20). Sum of RGB (Red+Green+Blue) = 173+126+20=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E14 is #5281EB. Grayscale: #808080. Windows color (decimal): -5407212 or 1343149. OLE color: 1343149.

HSL color Cylindrical-coordinate representation of color #AD7E14: hue angle of 41.57º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD7E14 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 126 20 -
CMYK 0 0.27 0.88 0.32
HSL 41.57º 0.79% 0.38% -
HSV(B) 41.57º 0.88% 0.68% -
XYZ 24.82 23.86 3.96 -
YUV 127.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 173 126 20 0 0.27 0.88 0.32 41.57 0.79 0.38
Hex AD 7E 14 0 1B 58 20 2A 4F 26
Octal 255 176 24 0 33 130 40 52 117 46
Binary 10101101 1111110 10100 0 11011 1011000 100000 101010 1001111 100110

Color Harmonies of #AD7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E14

Black with #AD7E14

Text Example


Text Example

White with #AD7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E14; }

 p { color: rgb(173,126,20); }

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

background-color css

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

 a { background-color: rgb(173,126,20); }

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

border-color css

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

 span { border-color: rgb(173,126,20); }

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