Html Css Color HEX #AD5218 Rich Gold

📋 copy color: '#AD5218'

red 173 ◦ green 82 ◦ blue 24

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

Shades of Rich Gold #AD5218

Tints of Rich Gold #AD5218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

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

R = 62.01%
G = 29.39%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5218 (or 0xAD5218) is known color: Rich Gold. HEX triplet: AD, 52 and 18. RGB value is (173,82,24). Sum of RGB (Red+Green+Blue) = 173+82+24=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5218 is #52ADE7. Grayscale: #666666. Windows color (decimal): -5418472 or 1594029. OLE color: 1594029.

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

Color convert

RGB 173 82 24 -
CMYK 0 0.53 0.86 0.32
HSL 23.36º 0.76% 0.39% -
HSV(B) 23.36º 0.86% 0.68% -
XYZ 20.42 14.98 2.68 -
YUV 102.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 173 82 24 0 0.53 0.86 0.32 23.36 0.76 0.39
Hex AD 52 18 0 35 56 20 17 4C 27
Octal 255 122 30 0 65 126 40 27 114 47
Binary 10101101 1010010 11000 0 110101 1010110 100000 10111 1001100 100111

Color Harmonies of #AD5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5218

Black with #AD5218

Text Example


Text Example

White with #AD5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5218; }

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

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

background-color css

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

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

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

border-color css

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

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

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