Html Css Color HEX #AD8015 Dark Goldenrod

📋 copy color: '#AD8015'

red 173 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #AD8015

Tints of Dark Goldenrod #AD8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 53.73%
G = 39.75%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD8015 (or 0xAD8015) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 15. RGB value is (173,128,21). Sum of RGB (Red+Green+Blue) = 173+128+21=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8015 is #527FEA. Grayscale: #818181. Windows color (decimal): -5406699 or 1409197. OLE color: 1409197.

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

Color convert

RGB 173 128 21 -
CMYK 0 0.26 0.88 0.32
HSL 42.24º 0.78% 0.38% -
HSV(B) 42.24º 0.88% 0.68% -
XYZ 25.09 24.38 4.09 -
YUV 129.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 173 128 21 0 0.26 0.88 0.32 42.24 0.78 0.38
Hex AD 80 15 0 1A 58 20 2A 4E 26
Octal 255 200 25 0 32 130 40 52 116 46
Binary 10101101 10000000 10101 0 11010 1011000 100000 101010 1001110 100110

Color Harmonies of #AD8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8015

Black with #AD8015

Text Example


Text Example

White with #AD8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8015; }

 p { color: rgb(173,128,21); }

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

background-color css

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

 a { background-color: rgb(173,128,21); }

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

border-color css

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

 span { border-color: rgb(173,128,21); }

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