Html Css Color HEX #AD7710 Dark Goldenrod

📋 copy color: '#AD7710'

red 173 ◦ green 119 ◦ blue 16

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

Shades of Dark Goldenrod #AD7710

Tints of Dark Goldenrod #AD7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 56.17%
G = 38.64%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD7710 (or 0xAD7710) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 10. RGB value is (173,119,16). Sum of RGB (Red+Green+Blue) = 173+119+16=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7710 is #5288EF. Grayscale: #7B7B7B. Windows color (decimal): -5409008 or 1079213. OLE color: 1079213.

HSL color Cylindrical-coordinate representation of color #AD7710: hue angle of 39.36º degrees, saturation: 0.83, 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 #AD7710 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 119 16 -
CMYK 0 0.31 0.91 0.32
HSL 39.36º 0.83% 0.37% -
HSV(B) 39.36º 0.91% 0.68% -
XYZ 23.92 22.12 3.5 -
YUV 123.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 173 119 16 0 0.31 0.91 0.32 39.36 0.83 0.37
Hex AD 77 10 0 1F 5B 20 27 53 25
Octal 255 167 20 0 37 133 40 47 123 45
Binary 10101101 1110111 10000 0 11111 1011011 100000 100111 1010011 100101

Color Harmonies of #AD7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7710

Black with #AD7710

Text Example


Text Example

White with #AD7710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7710; }

 p { color: rgb(173,119,16); }

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

background-color css

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

 a { background-color: rgb(173,119,16); }

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

border-color css

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

 span { border-color: rgb(173,119,16); }

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