Html Css Color HEX #AD8400 Dark Goldenrod

📋 copy color: '#AD8400'

red 173 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #AD8400

Tints of Dark Goldenrod #AD8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.72%
G = 43.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD8400 (or 0xAD8400) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 00. RGB value is (173,132,0). Sum of RGB (Red+Green+Blue) = 173+132+0=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8400 is #527BFF. Grayscale: #818181. Windows color (decimal): -5405696 or 33965. OLE color: 33965.

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

Color convert

RGB 173 132 0 -
CMYK 0 0.24 1 0.32
HSL 45.78º 1% 0.34% -
HSV(B) 45.78º 1% 0.68% -
XYZ 25.48 25.39 3.56 -
YUV 129.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 173 132 0 0 0.24 1 0.32 45.78 1 0.34
Hex AD 84 0 0 18 64 20 2E 64 22
Octal 255 204 0 0 30 144 40 56 144 42
Binary 10101101 10000100 0 0 11000 1100100 100000 101110 1100100 100010

Color Harmonies of #AD8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8400

Black with #AD8400

Text Example


Text Example

White with #AD8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8400; }

 p { color: rgb(173,132,0); }

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

background-color css

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

 a { background-color: rgb(173,132,0); }

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

border-color css

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

 span { border-color: rgb(173,132,0); }

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