Html Css Color HEX #AD8714 Dark Goldenrod

📋 copy color: '#AD8714'

red 173 ◦ green 135 ◦ blue 20

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

Shades of Dark Goldenrod #AD8714

Tints of Dark Goldenrod #AD8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 52.74%
G = 41.16%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD8714 (or 0xAD8714) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 14. RGB value is (173,135,20). Sum of RGB (Red+Green+Blue) = 173+135+20=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8714 is #5278EB. Grayscale: #858585. Windows color (decimal): -5404908 or 1345453. OLE color: 1345453.

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

Color convert

RGB 173 135 20 -
CMYK 0 0.22 0.88 0.32
HSL 45.1º 0.79% 0.38% -
HSV(B) 45.1º 0.88% 0.68% -
XYZ 26.02 26.26 4.36 -
YUV 133.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 173 135 20 0 0.22 0.88 0.32 45.1 0.79 0.38
Hex AD 87 14 0 16 58 20 2D 4F 26
Octal 255 207 24 0 26 130 40 55 117 46
Binary 10101101 10000111 10100 0 10110 1011000 100000 101101 1001111 100110

Color Harmonies of #AD8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8714

Black with #AD8714

Text Example


Text Example

White with #AD8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8714; }

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

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

background-color css

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

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

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

border-color css

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

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

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