Html Css Color HEX #AD6F01 Dark Goldenrod

📋 copy color: '#AD6F01'

red 173 ◦ green 111 ◦ blue 1

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

Shades of Dark Goldenrod #AD6F01

Tints of Dark Goldenrod #AD6F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 60.7%
G = 38.95%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD6F01 (or 0xAD6F01) is known color: Dark Goldenrod. HEX triplet: AD, 6F and 01. RGB value is (173,111,1). Sum of RGB (Red+Green+Blue) = 173+111+1=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F01 is #5290FE. Grayscale: #757575. Windows color (decimal): -5411071 or 94125. OLE color: 94125.

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

Color convert

RGB 173 111 1 -
CMYK 0 0.36 0.99 0.32
HSL 38.37º 0.99% 0.34% -
HSV(B) 38.37º 0.99% 0.68% -
XYZ 22.92 20.26 2.73 -
YUV 117 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 173 111 1 0 0.36 0.99 0.32 38.37 0.99 0.34
Hex AD 6F 1 0 24 63 20 26 63 22
Octal 255 157 1 0 44 143 40 46 143 42
Binary 10101101 1101111 1 0 100100 1100011 100000 100110 1100011 100010

Color Harmonies of #AD6F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F01

Black with #AD6F01

Text Example


Text Example

White with #AD6F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F01; }

 p { color: rgb(173,111,1); }

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

background-color css

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

 a { background-color: rgb(173,111,1); }

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

border-color css

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

 span { border-color: rgb(173,111,1); }

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