Html Css Color HEX #AD5518 Rich Gold

📋 copy color: '#AD5518'

red 173 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #AD5518

Tints of Rich Gold #AD5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 61.35%
G = 30.14%
B = 8.51%

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

#AD5518 (or 0xAD5518) is known color: Rich Gold. HEX triplet: AD, 55 and 18. RGB value is (173,85,24). Sum of RGB (Red+Green+Blue) = 173+85+24=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5518 is #52AAE7. Grayscale: #686868. Windows color (decimal): -5417704 or 1594797. OLE color: 1594797.

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

Color convert

RGB 173 85 24 -
CMYK 0 0.51 0.86 0.32
HSL 24.56º 0.76% 0.39% -
HSV(B) 24.56º 0.86% 0.68% -
XYZ 20.65 15.45 2.76 -
YUV 104.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 173 85 24 0 0.51 0.86 0.32 24.56 0.76 0.39
Hex AD 55 18 0 33 56 20 19 4C 27
Octal 255 125 30 0 63 126 40 31 114 47
Binary 10101101 1010101 11000 0 110011 1010110 100000 11001 1001100 100111

Color Harmonies of #AD5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5518

Black with #AD5518

Text Example


Text Example

White with #AD5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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