Html Css Color HEX #AD5D18 Rich Gold

📋 copy color: '#AD5D18'

red 173 ◦ green 93 ◦ blue 24

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

Shades of Rich Gold #AD5D18

Tints of Rich Gold #AD5D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

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

R = 59.66%
G = 32.07%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5D18 (or 0xAD5D18) is known color: Rich Gold. HEX triplet: AD, 5D and 18. RGB value is (173,93,24). Sum of RGB (Red+Green+Blue) = 173+93+24=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D18 is #52A2E7. Grayscale: #6D6D6D. Windows color (decimal): -5415656 or 1596845. OLE color: 1596845.

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

Color convert

RGB 173 93 24 -
CMYK 0 0.46 0.86 0.32
HSL 27.79º 0.76% 0.39% -
HSV(B) 27.79º 0.86% 0.68% -
XYZ 21.31 16.78 2.98 -
YUV 109.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 173 93 24 0 0.46 0.86 0.32 27.79 0.76 0.39
Hex AD 5D 18 0 2E 56 20 1C 4C 27
Octal 255 135 30 0 56 126 40 34 114 47
Binary 10101101 1011101 11000 0 101110 1010110 100000 11100 1001100 100111

Color Harmonies of #AD5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D18

Black with #AD5D18

Text Example


Text Example

White with #AD5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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