Html Css Color HEX #AD8318 Dark Goldenrod

📋 copy color: '#AD8318'

red 173 ◦ green 131 ◦ blue 24

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

Shades of Dark Goldenrod #AD8318

Tints of Dark Goldenrod #AD8318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 52.74%
G = 39.94%
B = 7.32%

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

#AD8318 (or 0xAD8318) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 18. RGB value is (173,131,24). Sum of RGB (Red+Green+Blue) = 173+131+24=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8318 is #527CE7. Grayscale: #838383. Windows color (decimal): -5405928 or 1606573. OLE color: 1606573.

HSL color Cylindrical-coordinate representation of color #AD8318: hue angle of 43.09º degrees, saturation: 0.76, 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 #AD8318 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 24 -
CMYK 0 0.24 0.86 0.32
HSL 43.09º 0.76% 0.39% -
HSV(B) 43.09º 0.86% 0.68% -
XYZ 25.51 25.18 4.38 -
YUV 131.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 173 131 24 0 0.24 0.86 0.32 43.09 0.76 0.39
Hex AD 83 18 0 18 56 20 2B 4C 27
Octal 255 203 30 0 30 126 40 53 114 47
Binary 10101101 10000011 11000 0 11000 1010110 100000 101011 1001100 100111

Color Harmonies of #AD8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8318

Black with #AD8318

Text Example


Text Example

White with #AD8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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