Html Css Color HEX #AD5F19 Rich Gold

📋 copy color: '#AD5F19'

red 173 ◦ green 95 ◦ blue 25

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

Shades of Rich Gold #AD5F19

Tints of Rich Gold #AD5F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 59.04%
G = 32.42%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5F19 (or 0xAD5F19) is known color: Rich Gold. HEX triplet: AD, 5F and 19. RGB value is (173,95,25). Sum of RGB (Red+Green+Blue) = 173+95+25=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F19 is #52A0E6. Grayscale: #6E6E6E. Windows color (decimal): -5415143 or 1662893. OLE color: 1662893.

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

Color convert

RGB 173 95 25 -
CMYK 0 0.45 0.86 0.32
HSL 28.38º 0.75% 0.39% -
HSV(B) 28.38º 0.86% 0.68% -
XYZ 21.5 17.14 3.09 -
YUV 110.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 173 95 25 0 0.45 0.86 0.32 28.38 0.75 0.39
Hex AD 5F 19 0 2D 56 20 1C 4B 27
Octal 255 137 31 0 55 126 40 34 113 47
Binary 10101101 1011111 11001 0 101101 1010110 100000 11100 1001011 100111

Color Harmonies of #AD5F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F19

Black with #AD5F19

Text Example


Text Example

White with #AD5F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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