Html Css Color HEX #AD9303 Dark Goldenrod

📋 copy color: '#AD9303'

red 173 ◦ green 147 ◦ blue 3

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

Shades of Dark Goldenrod #AD9303

Tints of Dark Goldenrod #AD9303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 53.56%
G = 45.51%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9303 (or 0xAD9303) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 03. RGB value is (173,147,3). Sum of RGB (Red+Green+Blue) = 173+147+3=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9303 is #526CFC. Grayscale: #8A8A8A. Windows color (decimal): -5401853 or 234413. OLE color: 234413.

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

Color convert

RGB 173 147 3 -
CMYK 0 0.15 0.98 0.32
HSL 50.82º 0.97% 0.35% -
HSV(B) 50.82º 0.98% 0.68% -
XYZ 27.68 29.76 4.37 -
YUV 138.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 173 147 3 0 0.15 0.98 0.32 50.82 0.97 0.35
Hex AD 93 3 0 F 62 20 33 61 23
Octal 255 223 3 0 17 142 40 63 141 43
Binary 10101101 10010011 11 0 1111 1100010 100000 110011 1100001 100011

Color Harmonies of #AD9303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9303

Black with #AD9303

Text Example


Text Example

White with #AD9303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9303; }

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

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

background-color css

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

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

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

border-color css

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

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

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