Html Css Color HEX #AD8018 Dark Goldenrod

📋 copy color: '#AD8018'

red 173 ◦ green 128 ◦ blue 24

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

Shades of Dark Goldenrod #AD8018

Tints of Dark Goldenrod #AD8018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 53.23%
G = 39.38%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8018 (or 0xAD8018) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 18. RGB value is (173,128,24). Sum of RGB (Red+Green+Blue) = 173+128+24=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8018 is #527FE7. Grayscale: #828282. Windows color (decimal): -5406696 or 1605805. OLE color: 1605805.

HSL color Cylindrical-coordinate representation of color #AD8018: hue angle of 41.88º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD8018 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 24 -
CMYK 0 0.26 0.86 0.32
HSL 41.88º 0.76% 0.39% -
HSV(B) 41.88º 0.86% 0.68% -
XYZ 25.12 24.39 4.25 -
YUV 129.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 173 128 24 0 0.26 0.86 0.32 41.88 0.76 0.39
Hex AD 80 18 0 1A 56 20 2A 4C 27
Octal 255 200 30 0 32 126 40 52 114 47
Binary 10101101 10000000 11000 0 11010 1010110 100000 101010 1001100 100111

Color Harmonies of #AD8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8018

Black with #AD8018

Text Example


Text Example

White with #AD8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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