Html Css Color HEX #AD7507 Dark Goldenrod

📋 copy color: '#AD7507'

red 173 ◦ green 117 ◦ blue 7

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

Shades of Dark Goldenrod #AD7507

Tints of Dark Goldenrod #AD7507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 58.25%
G = 39.39%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD7507 (or 0xAD7507) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 07. RGB value is (173,117,7). Sum of RGB (Red+Green+Blue) = 173+117+7=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7507 is #528AF8. Grayscale: #797979. Windows color (decimal): -5409529 or 488877. OLE color: 488877.

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

Color convert

RGB 173 117 7 -
CMYK 0 0.32 0.96 0.32
HSL 39.76º 0.92% 0.35% -
HSV(B) 39.76º 0.96% 0.68% -
XYZ 23.63 21.62 3.13 -
YUV 121.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 173 117 7 0 0.32 0.96 0.32 39.76 0.92 0.35
Hex AD 75 7 0 20 60 20 28 5C 23
Octal 255 165 7 0 40 140 40 50 134 43
Binary 10101101 1110101 111 0 100000 1100000 100000 101000 1011100 100011

Color Harmonies of #AD7507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7507

Black with #AD7507

Text Example


Text Example

White with #AD7507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7507; }

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

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

background-color css

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

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

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

border-color css

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

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

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