Html Css Color HEX #AD8801 Dark Goldenrod

📋 copy color: '#AD8801'

red 173 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #AD8801

Tints of Dark Goldenrod #AD8801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

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

R = 55.81%
G = 43.87%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD8801 (or 0xAD8801) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 01. RGB value is (173,136,1). Sum of RGB (Red+Green+Blue) = 173+136+1=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8801 is #5277FE. Grayscale: #848484. Windows color (decimal): -5404671 or 100525. OLE color: 100525.

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

Color convert

RGB 173 136 1 -
CMYK 0 0.21 0.99 0.32
HSL 47.09º 0.99% 0.34% -
HSV(B) 47.09º 0.99% 0.68% -
XYZ 26.04 26.49 3.77 -
YUV 131.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 173 136 1 0 0.21 0.99 0.32 47.09 0.99 0.34
Hex AD 88 1 0 15 63 20 2F 63 22
Octal 255 210 1 0 25 143 40 57 143 42
Binary 10101101 10001000 1 0 10101 1100011 100000 101111 1100011 100010

Color Harmonies of #AD8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8801

Black with #AD8801

Text Example


Text Example

White with #AD8801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8801; }

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

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

background-color css

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

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

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

border-color css

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

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

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