Html Css Color HEX #AD8101 Dark Goldenrod

📋 copy color: '#AD8101'

red 173 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #AD8101

Tints of Dark Goldenrod #AD8101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.57%

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

R = 57.1%
G = 42.57%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD8101 (or 0xAD8101) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 01. RGB value is (173,129,1). Sum of RGB (Red+Green+Blue) = 173+129+1=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8101 is #527EFE. Grayscale: #808080. Windows color (decimal): -5406463 or 98733. OLE color: 98733.

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

Color convert

RGB 173 129 1 -
CMYK 0 0.25 0.99 0.32
HSL 44.65º 0.99% 0.34% -
HSV(B) 44.65º 0.99% 0.68% -
XYZ 25.09 24.59 3.45 -
YUV 127.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 173 129 1 0 0.25 0.99 0.32 44.65 0.99 0.34
Hex AD 81 1 0 19 63 20 2D 63 22
Octal 255 201 1 0 31 143 40 55 143 42
Binary 10101101 10000001 1 0 11001 1100011 100000 101101 1100011 100010

Color Harmonies of #AD8101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8101

Black with #AD8101

Text Example


Text Example

White with #AD8101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8101; }

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

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

background-color css

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

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

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

border-color css

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

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

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