Html Css Color HEX #AD9604 Dark Goldenrod

📋 copy color: '#AD9604'

red 173 ◦ green 150 ◦ blue 4

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

Shades of Dark Goldenrod #AD9604

Tints of Dark Goldenrod #AD9604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 52.91%
G = 45.87%
B = 1.22%

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

#AD9604 (or 0xAD9604) is known color: Dark Goldenrod. HEX triplet: AD, 96 and 04. RGB value is (173,150,4). Sum of RGB (Red+Green+Blue) = 173+150+4=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9604 is #5269FB. Grayscale: #8C8C8C. Windows color (decimal): -5401084 or 300717. OLE color: 300717.

HSL color Cylindrical-coordinate representation of color #AD9604: hue angle of 51.83º degrees, saturation: 0.95, 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 #AD9604 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 4 -
CMYK 0 0.13 0.98 0.32
HSL 51.83º 0.95% 0.35% -
HSV(B) 51.83º 0.98% 0.68% -
XYZ 28.16 30.71 4.56 -
YUV 140.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 173 150 4 0 0.13 0.98 0.32 51.83 0.95 0.35
Hex AD 96 4 0 D 62 20 34 5F 23
Octal 255 226 4 0 15 142 40 64 137 43
Binary 10101101 10010110 100 0 1101 1100010 100000 110100 1011111 100011

Color Harmonies of #AD9604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9604

Black with #AD9604

Text Example


Text Example

White with #AD9604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9604; }

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

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

background-color css

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

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

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

border-color css

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

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

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