Html Css Color HEX #AD8319 Dark Goldenrod

📋 copy color: '#AD8319'

red 173 ◦ green 131 ◦ blue 25

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

Shades of Dark Goldenrod #AD8319

Tints of Dark Goldenrod #AD8319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 52.58%
G = 39.82%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8319 (or 0xAD8319) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 19. RGB value is (173,131,25). Sum of RGB (Red+Green+Blue) = 173+131+25=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8319 is #527CE6. Grayscale: #838383. Windows color (decimal): -5405927 or 1672109. OLE color: 1672109.

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

Color convert

RGB 173 131 25 -
CMYK 0 0.24 0.86 0.32
HSL 42.97º 0.75% 0.39% -
HSV(B) 42.97º 0.86% 0.68% -
XYZ 25.53 25.19 4.44 -
YUV 131.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 173 131 25 0 0.24 0.86 0.32 42.97 0.75 0.39
Hex AD 83 19 0 18 56 20 2B 4B 27
Octal 255 203 31 0 30 126 40 53 113 47
Binary 10101101 10000011 11001 0 11000 1010110 100000 101011 1001011 100111

Color Harmonies of #AD8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8319

Black with #AD8319

Text Example


Text Example

White with #AD8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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