Html Css Color HEX #AD7D18 Dark Goldenrod

📋 copy color: '#AD7D18'

red 173 ◦ green 125 ◦ blue 24

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

Shades of Dark Goldenrod #AD7D18

Tints of Dark Goldenrod #AD7D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 53.73%
G = 38.82%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD7D18 (or 0xAD7D18) is known color: Dark Goldenrod. HEX triplet: AD, 7D and 18. RGB value is (173,125,24). Sum of RGB (Red+Green+Blue) = 173+125+24=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D18 is #5282E7. Grayscale: #808080. Windows color (decimal): -5407464 or 1605037. OLE color: 1605037.

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

Color convert

RGB 173 125 24 -
CMYK 0 0.28 0.86 0.32
HSL 40.67º 0.76% 0.39% -
HSV(B) 40.67º 0.86% 0.68% -
XYZ 24.73 23.62 4.12 -
YUV 127.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 173 125 24 0 0.28 0.86 0.32 40.67 0.76 0.39
Hex AD 7D 18 0 1C 56 20 29 4C 27
Octal 255 175 30 0 34 126 40 51 114 47
Binary 10101101 1111101 11000 0 11100 1010110 100000 101001 1001100 100111

Color Harmonies of #AD7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D18

Black with #AD7D18

Text Example


Text Example

White with #AD7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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