Html Css Color HEX #AD8416 Dark Goldenrod

📋 copy color: '#AD8416'

red 173 ◦ green 132 ◦ blue 22

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

Shades of Dark Goldenrod #AD8416

Tints of Dark Goldenrod #AD8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 52.91%
G = 40.37%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8416 (or 0xAD8416) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 16. RGB value is (173,132,22). Sum of RGB (Red+Green+Blue) = 173+132+22=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8416 is #527BE9. Grayscale: #848484. Windows color (decimal): -5405674 or 1475757. OLE color: 1475757.

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

Color convert

RGB 173 132 22 -
CMYK 0 0.24 0.87 0.32
HSL 43.71º 0.77% 0.38% -
HSV(B) 43.71º 0.87% 0.68% -
XYZ 25.63 25.44 4.32 -
YUV 131.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 173 132 22 0 0.24 0.87 0.32 43.71 0.77 0.38
Hex AD 84 16 0 18 57 20 2C 4D 26
Octal 255 204 26 0 30 127 40 54 115 46
Binary 10101101 10000100 10110 0 11000 1010111 100000 101100 1001101 100110

Color Harmonies of #AD8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8416

Black with #AD8416

Text Example


Text Example

White with #AD8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8416; }

 p { color: rgb(173,132,22); }

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

background-color css

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

 a { background-color: rgb(173,132,22); }

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

border-color css

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

 span { border-color: rgb(173,132,22); }

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