Html Css Color HEX #AD8816 Dark Goldenrod

📋 copy color: '#AD8816'

red 173 ◦ green 136 ◦ blue 22

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

Shades of Dark Goldenrod #AD8816

Tints of Dark Goldenrod #AD8816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

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

R = 52.27%
G = 41.09%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8816 (or 0xAD8816) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 16. RGB value is (173,136,22). Sum of RGB (Red+Green+Blue) = 173+136+22=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8816 is #5277E9. Grayscale: #868686. Windows color (decimal): -5404650 or 1476781. OLE color: 1476781.

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

Color convert

RGB 173 136 22 -
CMYK 0 0.21 0.87 0.32
HSL 45.3º 0.77% 0.38% -
HSV(B) 45.3º 0.87% 0.68% -
XYZ 26.18 26.55 4.5 -
YUV 134.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 173 136 22 0 0.21 0.87 0.32 45.3 0.77 0.38
Hex AD 88 16 0 15 57 20 2D 4D 26
Octal 255 210 26 0 25 127 40 55 115 46
Binary 10101101 10001000 10110 0 10101 1010111 100000 101101 1001101 100110

Color Harmonies of #AD8816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8816

Black with #AD8816

Text Example


Text Example

White with #AD8816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8816; }

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

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

background-color css

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

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

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

border-color css

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

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

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