Html Css Color HEX #AD900A Dark Goldenrod

📋 copy color: '#AD900A'

red 173 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #AD900A

Tints of Dark Goldenrod #AD900A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 52.91%
G = 44.04%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD900A (or 0xAD900A) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 0A. RGB value is (173,144,10). Sum of RGB (Red+Green+Blue) = 173+144+10=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD900A is #526FF5. Grayscale: #898989. Windows color (decimal): -5402614 or 692397. OLE color: 692397.

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

Color convert

RGB 173 144 10 -
CMYK 0 0.17 0.94 0.32
HSL 49.33º 0.89% 0.36% -
HSV(B) 49.33º 0.94% 0.68% -
XYZ 27.26 28.85 4.42 -
YUV 137.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 173 144 10 0 0.17 0.94 0.32 49.33 0.89 0.36
Hex AD 90 A 0 11 5E 20 31 59 24
Octal 255 220 12 0 21 136 40 61 131 44
Binary 10101101 10010000 1010 0 10001 1011110 100000 110001 1011001 100100

Color Harmonies of #AD900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD900A

Black with #AD900A

Text Example


Text Example

White with #AD900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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