Html Css Color HEX #AD5719 Rich Gold

📋 copy color: '#AD5719'

red 173 ◦ green 87 ◦ blue 25

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

Shades of Rich Gold #AD5719

Tints of Rich Gold #AD5719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 60.7%
G = 30.53%
B = 8.77%

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

#AD5719 (or 0xAD5719) is known color: Rich Gold. HEX triplet: AD, 57 and 19. RGB value is (173,87,25). Sum of RGB (Red+Green+Blue) = 173+87+25=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5719 is #52A8E6. Grayscale: #696969. Windows color (decimal): -5417191 or 1660845. OLE color: 1660845.

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

Color convert

RGB 173 87 25 -
CMYK 0 0.50 0.86 0.32
HSL 25.14º 0.75% 0.39% -
HSV(B) 25.14º 0.86% 0.68% -
XYZ 20.82 15.77 2.87 -
YUV 105.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 173 87 25 0 0.50 0.86 0.32 25.14 0.75 0.39
Hex AD 57 19 0 32 56 20 19 4B 27
Octal 255 127 31 0 62 126 40 31 113 47
Binary 10101101 1010111 11001 0 110010 1010110 100000 11001 1001011 100111

Color Harmonies of #AD5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5719

Black with #AD5719

Text Example


Text Example

White with #AD5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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