Html Css Color HEX #AD5918 Rich Gold

📋 copy color: '#AD5918'

red 173 ◦ green 89 ◦ blue 24

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

Shades of Rich Gold #AD5918

Tints of Rich Gold #AD5918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 60.49%
G = 31.12%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5918 (or 0xAD5918) is known color: Rich Gold. HEX triplet: AD, 59 and 18. RGB value is (173,89,24). Sum of RGB (Red+Green+Blue) = 173+89+24=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5918 is #52A6E7. Grayscale: #6B6B6B. Windows color (decimal): -5416680 or 1595821. OLE color: 1595821.

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

Color convert

RGB 173 89 24 -
CMYK 0 0.49 0.86 0.32
HSL 26.17º 0.76% 0.39% -
HSV(B) 26.17º 0.86% 0.68% -
XYZ 20.97 16.09 2.87 -
YUV 106.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 173 89 24 0 0.49 0.86 0.32 26.17 0.76 0.39
Hex AD 59 18 0 31 56 20 1A 4C 27
Octal 255 131 30 0 61 126 40 32 114 47
Binary 10101101 1011001 11000 0 110001 1010110 100000 11010 1001100 100111

Color Harmonies of #AD5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5918

Black with #AD5918

Text Example


Text Example

White with #AD5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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