Html Css Color HEX #AD7807 Dark Goldenrod

📋 copy color: '#AD7807'

red 173 ◦ green 120 ◦ blue 7

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

Shades of Dark Goldenrod #AD7807

Tints of Dark Goldenrod #AD7807

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 57.67%
G = 40%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD7807 (or 0xAD7807) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 07. RGB value is (173,120,7). Sum of RGB (Red+Green+Blue) = 173+120+7=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7807 is #5287F8. Grayscale: #7B7B7B. Windows color (decimal): -5408761 or 489645. OLE color: 489645.

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

Color convert

RGB 173 120 7 -
CMYK 0 0.31 0.96 0.32
HSL 40.84º 0.92% 0.35% -
HSV(B) 40.84º 0.96% 0.68% -
XYZ 23.99 22.33 3.25 -
YUV 122.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 173 120 7 0 0.31 0.96 0.32 40.84 0.92 0.35
Hex AD 78 7 0 1F 60 20 29 5C 23
Octal 255 170 7 0 37 140 40 51 134 43
Binary 10101101 1111000 111 0 11111 1100000 100000 101001 1011100 100011

Color Harmonies of #AD7807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7807

Black with #AD7807

Text Example


Text Example

White with #AD7807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7807; }

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

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

background-color css

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

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

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

border-color css

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

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

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