Html Css Color HEX #AD5E19 Rich Gold

📋 copy color: '#AD5E19'

red 173 ◦ green 94 ◦ blue 25

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

Shades of Rich Gold #AD5E19

Tints of Rich Gold #AD5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

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

R = 59.25%
G = 32.19%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5E19 (or 0xAD5E19) is known color: Rich Gold. HEX triplet: AD, 5E and 19. RGB value is (173,94,25). Sum of RGB (Red+Green+Blue) = 173+94+25=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E19 is #52A1E6. Grayscale: #6E6E6E. Windows color (decimal): -5415399 or 1662637. OLE color: 1662637.

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

Color convert

RGB 173 94 25 -
CMYK 0 0.46 0.86 0.32
HSL 27.97º 0.75% 0.39% -
HSV(B) 27.97º 0.86% 0.68% -
XYZ 21.41 16.96 3.06 -
YUV 109.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 173 94 25 0 0.46 0.86 0.32 27.97 0.75 0.39
Hex AD 5E 19 0 2E 56 20 1C 4B 27
Octal 255 136 31 0 56 126 40 34 113 47
Binary 10101101 1011110 11001 0 101110 1010110 100000 11100 1001011 100111

Color Harmonies of #AD5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E19

Black with #AD5E19

Text Example


Text Example

White with #AD5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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