Html Css Color HEX #AD5818 Rich Gold

📋 copy color: '#AD5818'

red 173 ◦ green 88 ◦ blue 24

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

Shades of Rich Gold #AD5818

Tints of Rich Gold #AD5818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 60.7%
G = 30.88%
B = 8.42%

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

#AD5818 (or 0xAD5818) is known color: Rich Gold. HEX triplet: AD, 58 and 18. RGB value is (173,88,24). Sum of RGB (Red+Green+Blue) = 173+88+24=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5818 is #52A7E7. Grayscale: #6A6A6A. Windows color (decimal): -5416936 or 1595565. OLE color: 1595565.

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

Color convert

RGB 173 88 24 -
CMYK 0 0.49 0.86 0.32
HSL 25.77º 0.76% 0.39% -
HSV(B) 25.77º 0.86% 0.68% -
XYZ 20.89 15.93 2.84 -
YUV 106.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 173 88 24 0 0.49 0.86 0.32 25.77 0.76 0.39
Hex AD 58 18 0 31 56 20 1A 4C 27
Octal 255 130 30 0 61 126 40 32 114 47
Binary 10101101 1011000 11000 0 110001 1010110 100000 11010 1001100 100111

Color Harmonies of #AD5818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5818

Black with #AD5818

Text Example


Text Example

White with #AD5818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5818; }

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

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

background-color css

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

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

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

border-color css

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

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

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