Html Css Color HEX #AD7510 Dark Goldenrod

📋 copy color: '#AD7510'

red 173 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #AD7510

Tints of Dark Goldenrod #AD7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 56.54%
G = 38.24%
B = 5.23%

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

#AD7510 (or 0xAD7510) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 10. RGB value is (173,117,16). Sum of RGB (Red+Green+Blue) = 173+117+16=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7510 is #528AEF. Grayscale: #7A7A7A. Windows color (decimal): -5409520 or 1078701. OLE color: 1078701.

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

Color convert

RGB 173 117 16 -
CMYK 0 0.32 0.91 0.32
HSL 38.6º 0.83% 0.37% -
HSV(B) 38.6º 0.91% 0.68% -
XYZ 23.69 21.64 3.42 -
YUV 122.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 173 117 16 0 0.32 0.91 0.32 38.6 0.83 0.37
Hex AD 75 10 0 20 5B 20 27 53 25
Octal 255 165 20 0 40 133 40 47 123 45
Binary 10101101 1110101 10000 0 100000 1011011 100000 100111 1010011 100101

Color Harmonies of #AD7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7510

Black with #AD7510

Text Example


Text Example

White with #AD7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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