Html Css Color HEX #AD5418 Rich Gold

📋 copy color: '#AD5418'

red 173 ◦ green 84 ◦ blue 24

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

Shades of Rich Gold #AD5418

Tints of Rich Gold #AD5418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 61.57%
G = 29.89%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5418 (or 0xAD5418) is known color: Rich Gold. HEX triplet: AD, 54 and 18. RGB value is (173,84,24). Sum of RGB (Red+Green+Blue) = 173+84+24=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5418 is #52ABE7. Grayscale: #686868. Windows color (decimal): -5417960 or 1594541. OLE color: 1594541.

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

Color convert

RGB 173 84 24 -
CMYK 0 0.51 0.86 0.32
HSL 24.16º 0.76% 0.39% -
HSV(B) 24.16º 0.86% 0.68% -
XYZ 20.57 15.29 2.73 -
YUV 103.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 173 84 24 0 0.51 0.86 0.32 24.16 0.76 0.39
Hex AD 54 18 0 33 56 20 18 4C 27
Octal 255 124 30 0 63 126 40 30 114 47
Binary 10101101 1010100 11000 0 110011 1010110 100000 11000 1001100 100111

Color Harmonies of #AD5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5418

Black with #AD5418

Text Example


Text Example

White with #AD5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5418; }

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

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

background-color css

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

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

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

border-color css

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

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

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