Html Css Color HEX #AD6E01 Dark Goldenrod

📋 copy color: '#AD6E01'

red 173 ◦ green 110 ◦ blue 1

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

Shades of Dark Goldenrod #AD6E01

Tints of Dark Goldenrod #AD6E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.73%

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

R = 60.92%
G = 38.73%
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

#AD6E01 (or 0xAD6E01) is known color: Dark Goldenrod. HEX triplet: AD, 6E and 01. RGB value is (173,110,1). Sum of RGB (Red+Green+Blue) = 173+110+1=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6E01 is #5291FE. Grayscale: #747474. Windows color (decimal): -5411327 or 93869. OLE color: 93869.

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

Color convert

RGB 173 110 1 -
CMYK 0 0.36 0.99 0.32
HSL 38.02º 0.99% 0.34% -
HSV(B) 38.02º 0.99% 0.68% -
XYZ 22.81 20.04 2.69 -
YUV 116.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 173 110 1 0 0.36 0.99 0.32 38.02 0.99 0.34
Hex AD 6E 1 0 24 63 20 26 63 22
Octal 255 156 1 0 44 143 40 46 143 42
Binary 10101101 1101110 1 0 100100 1100011 100000 100110 1100011 100010

Color Harmonies of #AD6E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E01

Black with #AD6E01

Text Example


Text Example

White with #AD6E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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