Html Css Color HEX #AD9302 Dark Goldenrod

📋 copy color: '#AD9302'

red 173 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #AD9302

Tints of Dark Goldenrod #AD9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

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

R = 53.73%
G = 45.65%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9302 (or 0xAD9302) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 02. RGB value is (173,147,2). Sum of RGB (Red+Green+Blue) = 173+147+2=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9302 is #526CFD. Grayscale: #8A8A8A. Windows color (decimal): -5401854 or 168877. OLE color: 168877.

HSL color Cylindrical-coordinate representation of color #AD9302: hue angle of 50.88º 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 #AD9302 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 2 -
CMYK 0 0.15 0.99 0.32
HSL 50.88º 0.98% 0.34% -
HSV(B) 50.88º 0.99% 0.68% -
XYZ 27.68 29.76 4.34 -
YUV 138.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 173 147 2 0 0.15 0.99 0.32 50.88 0.98 0.34
Hex AD 93 2 0 F 63 20 33 62 22
Octal 255 223 2 0 17 143 40 63 142 42
Binary 10101101 10010011 10 0 1111 1100011 100000 110011 1100010 100010

Color Harmonies of #AD9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9302

Black with #AD9302

Text Example


Text Example

White with #AD9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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