Html Css Color HEX #AD7F09 Dark Goldenrod

📋 copy color: '#AD7F09'

red 173 ◦ green 127 ◦ blue 9

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

Shades of Dark Goldenrod #AD7F09

Tints of Dark Goldenrod #AD7F09

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 55.99%
G = 41.1%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD7F09 (or 0xAD7F09) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 09. RGB value is (173,127,9). Sum of RGB (Red+Green+Blue) = 173+127+9=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F09 is #5280F6. Grayscale: #7F7F7F. Windows color (decimal): -5406967 or 622509. OLE color: 622509.

HSL color Cylindrical-coordinate representation of color #AD7F09: hue angle of 43.17º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7F09 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 9 -
CMYK 0 0.27 0.95 0.32
HSL 43.17º 0.9% 0.36% -
HSV(B) 43.17º 0.95% 0.68% -
XYZ 24.87 24.08 3.6 -
YUV 127.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 173 127 9 0 0.27 0.95 0.32 43.17 0.9 0.36
Hex AD 7F 9 0 1B 5F 20 2B 5A 24
Octal 255 177 11 0 33 137 40 53 132 44
Binary 10101101 1111111 1001 0 11011 1011111 100000 101011 1011010 100100

Color Harmonies of #AD7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F09

Black with #AD7F09

Text Example


Text Example

White with #AD7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F09; }

 p { color: rgb(173,127,9); }

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

background-color css

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

 a { background-color: rgb(173,127,9); }

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

border-color css

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

 span { border-color: rgb(173,127,9); }

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