Html Css Color HEX #AD7610 Dark Goldenrod

📋 copy color: '#AD7610'

red 173 ◦ green 118 ◦ blue 16

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

Shades of Dark Goldenrod #AD7610

Tints of Dark Goldenrod #AD7610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 56.35%
G = 38.44%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD7610 (or 0xAD7610) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 10. RGB value is (173,118,16). Sum of RGB (Red+Green+Blue) = 173+118+16=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7610 is #5289EF. Grayscale: #7B7B7B. Windows color (decimal): -5409264 or 1078957. OLE color: 1078957.

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

Color convert

RGB 173 118 16 -
CMYK 0 0.32 0.91 0.32
HSL 38.98º 0.83% 0.37% -
HSV(B) 38.98º 0.91% 0.68% -
XYZ 23.81 21.88 3.46 -
YUV 122.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 173 118 16 0 0.32 0.91 0.32 38.98 0.83 0.37
Hex AD 76 10 0 20 5B 20 27 53 25
Octal 255 166 20 0 40 133 40 47 123 45
Binary 10101101 1110110 10000 0 100000 1011011 100000 100111 1010011 100101

Color Harmonies of #AD7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7610

Black with #AD7610

Text Example


Text Example

White with #AD7610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7610; }

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

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

background-color css

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

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

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

border-color css

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

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

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