Html Css Color HEX #AD9603 Dark Goldenrod

📋 copy color: '#AD9603'

red 173 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #AD9603

Tints of Dark Goldenrod #AD9603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.01%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 53.07%
G = 46.01%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9603 (or 0xAD9603) is known color: Dark Goldenrod. HEX triplet: AD, 96 and 03. RGB value is (173,150,3). Sum of RGB (Red+Green+Blue) = 173+150+3=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9603 is #5269FC. Grayscale: #8C8C8C. Windows color (decimal): -5401085 or 235181. OLE color: 235181.

HSL color Cylindrical-coordinate representation of color #AD9603: hue angle of 51.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD9603 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 3 -
CMYK 0 0.13 0.98 0.32
HSL 51.88º 0.97% 0.35% -
HSV(B) 51.88º 0.98% 0.68% -
XYZ 28.16 30.7 4.53 -
YUV 140.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 173 150 3 0 0.13 0.98 0.32 51.88 0.97 0.35
Hex AD 96 3 0 D 62 20 34 61 23
Octal 255 226 3 0 15 142 40 64 141 43
Binary 10101101 10010110 11 0 1101 1100010 100000 110100 1100001 100011

Color Harmonies of #AD9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9603

Black with #AD9603

Text Example


Text Example

White with #AD9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9603; }

 p { color: rgb(173,150,3); }

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

background-color css

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

 a { background-color: rgb(173,150,3); }

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

border-color css

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

 span { border-color: rgb(173,150,3); }

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