Html Css Color HEX #AD5718 Rich Gold

📋 copy color: '#AD5718'

red 173 ◦ green 87 ◦ blue 24

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

Shades of Rich Gold #AD5718

Tints of Rich Gold #AD5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 60.92%
G = 30.63%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5718 (or 0xAD5718) is known color: Rich Gold. HEX triplet: AD, 57 and 18. RGB value is (173,87,24). Sum of RGB (Red+Green+Blue) = 173+87+24=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5718 is #52A8E7. Grayscale: #696969. Windows color (decimal): -5417192 or 1595309. OLE color: 1595309.

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

Color convert

RGB 173 87 24 -
CMYK 0 0.50 0.86 0.32
HSL 25.37º 0.76% 0.39% -
HSV(B) 25.37º 0.86% 0.68% -
XYZ 20.81 15.77 2.81 -
YUV 105.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 173 87 24 0 0.50 0.86 0.32 25.37 0.76 0.39
Hex AD 57 18 0 32 56 20 19 4C 27
Octal 255 127 30 0 62 126 40 31 114 47
Binary 10101101 1010111 11000 0 110010 1010110 100000 11001 1001100 100111

Color Harmonies of #AD5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5718

Black with #AD5718

Text Example


Text Example

White with #AD5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5718; }

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

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

background-color css

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

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

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

border-color css

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

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

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