Html Css Color HEX #AD8C03 Dark Goldenrod

📋 copy color: '#AD8C03'

red 173 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #AD8C03

Tints of Dark Goldenrod #AD8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.3%

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

R = 54.75%
G = 44.3%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8C03 (or 0xAD8C03) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 03. RGB value is (173,140,3). Sum of RGB (Red+Green+Blue) = 173+140+3=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C03 is #5273FC. Grayscale: #868686. Windows color (decimal): -5403645 or 232621. OLE color: 232621.

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

Color convert

RGB 173 140 3 -
CMYK 0 0.19 0.98 0.32
HSL 48.35º 0.97% 0.35% -
HSV(B) 48.35º 0.98% 0.68% -
XYZ 26.63 27.65 4.02 -
YUV 134.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 173 140 3 0 0.19 0.98 0.32 48.35 0.97 0.35
Hex AD 8C 3 0 13 62 20 30 61 23
Octal 255 214 3 0 23 142 40 60 141 43
Binary 10101101 10001100 11 0 10011 1100010 100000 110000 1100001 100011

Color Harmonies of #AD8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C03

Black with #AD8C03

Text Example


Text Example

White with #AD8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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