Html Css Color HEX #AD7C0F Dark Goldenrod

📋 copy color: '#AD7C0F'

red 173 ◦ green 124 ◦ blue 15

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

Shades of Dark Goldenrod #AD7C0F

Tints of Dark Goldenrod #AD7C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 55.45%
G = 39.74%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD7C0F (or 0xAD7C0F) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 0F. RGB value is (173,124,15). Sum of RGB (Red+Green+Blue) = 173+124+15=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C0F is #5283F0. Grayscale: #7E7E7E. Windows color (decimal): -5407729 or 1014957. OLE color: 1014957.

HSL color Cylindrical-coordinate representation of color #AD7C0F: hue angle of 41.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD7C0F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 15 -
CMYK 0 0.28 0.91 0.32
HSL 41.39º 0.84% 0.37% -
HSV(B) 41.39º 0.91% 0.68% -
XYZ 24.53 23.33 3.66 -
YUV 126.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 173 124 15 0 0.28 0.91 0.32 41.39 0.84 0.37
Hex AD 7C F 0 1C 5B 20 29 54 25
Octal 255 174 17 0 34 133 40 51 124 45
Binary 10101101 1111100 1111 0 11100 1011011 100000 101001 1010100 100101

Color Harmonies of #AD7C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C0F

Black with #AD7C0F

Text Example


Text Example

White with #AD7C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C0F; }

 p { color: rgb(173,124,15); }

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

background-color css

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

 a { background-color: rgb(173,124,15); }

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

border-color css

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

 span { border-color: rgb(173,124,15); }

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