Html Css Color HEX #AD8B03 Dark Goldenrod

📋 copy color: '#AD8B03'

red 173 ◦ green 139 ◦ blue 3

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

Shades of Dark Goldenrod #AD8B03

Tints of Dark Goldenrod #AD8B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

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

R = 54.92%
G = 44.13%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8B03 (or 0xAD8B03) is known color: Dark Goldenrod. HEX triplet: AD, 8B and 03. RGB value is (173,139,3). Sum of RGB (Red+Green+Blue) = 173+139+3=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8B03 is #5274FC. Grayscale: #868686. Windows color (decimal): -5403901 or 232365. OLE color: 232365.

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

Color convert

RGB 173 139 3 -
CMYK 0 0.20 0.98 0.32
HSL 48º 0.97% 0.35% -
HSV(B) 48º 0.98% 0.68% -
XYZ 26.48 27.36 3.97 -
YUV 133.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 173 139 3 0 0.20 0.98 0.32 48 0.97 0.35
Hex AD 8B 3 0 14 62 20 30 61 23
Octal 255 213 3 0 24 142 40 60 141 43
Binary 10101101 10001011 11 0 10100 1100010 100000 110000 1100001 100011

Color Harmonies of #AD8B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B03

Black with #AD8B03

Text Example


Text Example

White with #AD8B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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