Html Css Color HEX #AD900C Dark Goldenrod

📋 copy color: '#AD900C'

red 173 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #AD900C

Tints of Dark Goldenrod #AD900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 52.58%
G = 43.77%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD900C (or 0xAD900C) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 0C. RGB value is (173,144,12). Sum of RGB (Red+Green+Blue) = 173+144+12=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD900C is #526FF3. Grayscale: #8A8A8A. Windows color (decimal): -5402612 or 823469. OLE color: 823469.

HSL color Cylindrical-coordinate representation of color #AD900C: hue angle of 49.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD900C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 12 -
CMYK 0 0.17 0.93 0.32
HSL 49.19º 0.87% 0.36% -
HSV(B) 49.19º 0.93% 0.68% -
XYZ 27.27 28.86 4.48 -
YUV 137.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 173 144 12 0 0.17 0.93 0.32 49.19 0.87 0.36
Hex AD 90 C 0 11 5D 20 31 57 24
Octal 255 220 14 0 21 135 40 61 127 44
Binary 10101101 10010000 1100 0 10001 1011101 100000 110001 1010111 100100

Color Harmonies of #AD900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD900C

Black with #AD900C

Text Example


Text Example

White with #AD900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD900C; }

 p { color: rgb(173,144,12); }

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

background-color css

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

 a { background-color: rgb(173,144,12); }

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

border-color css

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

 span { border-color: rgb(173,144,12); }

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