Html Css Color HEX #AD710C Dark Goldenrod

📋 copy color: '#AD710C'

red 173 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #AD710C

Tints of Dark Goldenrod #AD710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 58.05%
G = 37.92%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD710C (or 0xAD710C) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 0C. RGB value is (173,113,12). Sum of RGB (Red+Green+Blue) = 173+113+12=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD710C is #528EF3. Grayscale: #777777. Windows color (decimal): -5410548 or 815533. OLE color: 815533.

HSL color Cylindrical-coordinate representation of color #AD710C: hue angle of 37.64º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD710C is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 12 -
CMYK 0 0.35 0.93 0.32
HSL 37.64º 0.87% 0.36% -
HSV(B) 37.64º 0.93% 0.68% -
XYZ 23.21 20.72 3.12 -
YUV 119.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 173 113 12 0 0.35 0.93 0.32 37.64 0.87 0.36
Hex AD 71 C 0 23 5D 20 26 57 24
Octal 255 161 14 0 43 135 40 46 127 44
Binary 10101101 1110001 1100 0 100011 1011101 100000 100110 1010111 100100

Color Harmonies of #AD710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD710C

Black with #AD710C

Text Example


Text Example

White with #AD710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD710C; }

 p { color: rgb(173,113,12); }

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

background-color css

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

 a { background-color: rgb(173,113,12); }

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

border-color css

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

 span { border-color: rgb(173,113,12); }

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