Html Css Color HEX #AD8313 Dark Goldenrod

📋 copy color: '#AD8313'

red 173 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #AD8313

Tints of Dark Goldenrod #AD8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 53.56%
G = 40.56%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD8313 (or 0xAD8313) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 13. RGB value is (173,131,19). Sum of RGB (Red+Green+Blue) = 173+131+19=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8313 is #527CEC. Grayscale: #838383. Windows color (decimal): -5405933 or 1278893. OLE color: 1278893.

HSL color Cylindrical-coordinate representation of color #AD8313: hue angle of 43.64º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD8313 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 19 -
CMYK 0 0.24 0.89 0.32
HSL 43.64º 0.8% 0.38% -
HSV(B) 43.64º 0.89% 0.68% -
XYZ 25.47 25.16 4.13 -
YUV 130.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 173 131 19 0 0.24 0.89 0.32 43.64 0.8 0.38
Hex AD 83 13 0 18 59 20 2C 50 26
Octal 255 203 23 0 30 131 40 54 120 46
Binary 10101101 10000011 10011 0 11000 1011001 100000 101100 1010000 100110

Color Harmonies of #AD8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8313

Black with #AD8313

Text Example


Text Example

White with #AD8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8313; }

 p { color: rgb(173,131,19); }

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

background-color css

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

 a { background-color: rgb(173,131,19); }

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

border-color css

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

 span { border-color: rgb(173,131,19); }

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