Html Css Color HEX #AD7912 Dark Goldenrod

📋 copy color: '#AD7912'

red 173 ◦ green 121 ◦ blue 18

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

Shades of Dark Goldenrod #AD7912

Tints of Dark Goldenrod #AD7912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 55.45%
G = 38.78%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7912 (or 0xAD7912) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 12. RGB value is (173,121,18). Sum of RGB (Red+Green+Blue) = 173+121+18=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7912 is #5286ED. Grayscale: #7D7D7D. Windows color (decimal): -5408494 or 1210797. OLE color: 1210797.

HSL color Cylindrical-coordinate representation of color #AD7912: hue angle of 39.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7912 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 18 -
CMYK 0 0.30 0.90 0.32
HSL 39.87º 0.81% 0.37% -
HSV(B) 39.87º 0.9% 0.68% -
XYZ 24.18 22.6 3.66 -
YUV 124.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 173 121 18 0 0.30 0.90 0.32 39.87 0.81 0.37
Hex AD 79 12 0 1E 5A 20 28 51 25
Octal 255 171 22 0 36 132 40 50 121 45
Binary 10101101 1111001 10010 0 11110 1011010 100000 101000 1010001 100101

Color Harmonies of #AD7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7912

Black with #AD7912

Text Example


Text Example

White with #AD7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7912; }

 p { color: rgb(173,121,18); }

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

background-color css

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

 a { background-color: rgb(173,121,18); }

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

border-color css

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

 span { border-color: rgb(173,121,18); }

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