Html Css Color HEX #AD7514 Dark Goldenrod

📋 copy color: '#AD7514'

red 173 ◦ green 117 ◦ blue 20

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

Shades of Dark Goldenrod #AD7514

Tints of Dark Goldenrod #AD7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 55.81%
G = 37.74%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7514 (or 0xAD7514) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 14. RGB value is (173,117,20). Sum of RGB (Red+Green+Blue) = 173+117+20=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7514 is #528AEB. Grayscale: #7B7B7B. Windows color (decimal): -5409516 or 1340845. OLE color: 1340845.

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

Color convert

RGB 173 117 20 -
CMYK 0 0.32 0.88 0.32
HSL 38.04º 0.79% 0.38% -
HSV(B) 38.04º 0.88% 0.68% -
XYZ 23.72 21.66 3.59 -
YUV 122.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 173 117 20 0 0.32 0.88 0.32 38.04 0.79 0.38
Hex AD 75 14 0 20 58 20 26 4F 26
Octal 255 165 24 0 40 130 40 46 117 46
Binary 10101101 1110101 10100 0 100000 1011000 100000 100110 1001111 100110

Color Harmonies of #AD7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7514

Black with #AD7514

Text Example


Text Example

White with #AD7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7514; }

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

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

background-color css

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

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

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

border-color css

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

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

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