Html Css Color HEX #AD9102 Dark Goldenrod

📋 copy color: '#AD9102'

red 173 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #AD9102

Tints of Dark Goldenrod #AD9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 54.06%
G = 45.31%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9102 (or 0xAD9102) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 02. RGB value is (173,145,2). Sum of RGB (Red+Green+Blue) = 173+145+2=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9102 is #526EFD. Grayscale: #898989. Windows color (decimal): -5402366 or 168365. OLE color: 168365.

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

Color convert

RGB 173 145 2 -
CMYK 0 0.16 0.99 0.32
HSL 50.18º 0.98% 0.34% -
HSV(B) 50.18º 0.99% 0.68% -
XYZ 27.37 29.14 4.24 -
YUV 137.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 173 145 2 0 0.16 0.99 0.32 50.18 0.98 0.34
Hex AD 91 2 0 10 63 20 32 62 22
Octal 255 221 2 0 20 143 40 62 142 42
Binary 10101101 10010001 10 0 10000 1100011 100000 110010 1100010 100010

Color Harmonies of #AD9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9102

Black with #AD9102

Text Example


Text Example

White with #AD9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9102; }

 p { color: rgb(173,145,2); }

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

background-color css

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

 a { background-color: rgb(173,145,2); }

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

border-color css

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

 span { border-color: rgb(173,145,2); }

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