Html Css Color HEX #AD5018 Rich Gold

📋 copy color: '#AD5018'

red 173 ◦ green 80 ◦ blue 24

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

Shades of Rich Gold #AD5018

Tints of Rich Gold #AD5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 62.45%
G = 28.88%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5018 (or 0xAD5018) is known color: Rich Gold. HEX triplet: AD, 50 and 18. RGB value is (173,80,24). Sum of RGB (Red+Green+Blue) = 173+80+24=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5018 is #52AFE7. Grayscale: #656565. Windows color (decimal): -5418984 or 1593517. OLE color: 1593517.

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

Color convert

RGB 173 80 24 -
CMYK 0 0.54 0.86 0.32
HSL 22.55º 0.76% 0.39% -
HSV(B) 22.55º 0.86% 0.68% -
XYZ 20.27 14.69 2.63 -
YUV 101.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 173 80 24 0 0.54 0.86 0.32 22.55 0.76 0.39
Hex AD 50 18 0 36 56 20 17 4C 27
Octal 255 120 30 0 66 126 40 27 114 47
Binary 10101101 1010000 11000 0 110110 1010110 100000 10111 1001100 100111

Color Harmonies of #AD5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5018

Black with #AD5018

Text Example


Text Example

White with #AD5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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