Html Css Color HEX #AD5619 Rich Gold

📋 copy color: '#AD5619'

red 173 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #AD5619

Tints of Rich Gold #AD5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 60.92%
G = 30.28%
B = 8.8%

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

#AD5619 (or 0xAD5619) is known color: Rich Gold. HEX triplet: AD, 56 and 19. RGB value is (173,86,25). Sum of RGB (Red+Green+Blue) = 173+86+25=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5619 is #52A9E6. Grayscale: #696969. Windows color (decimal): -5417447 or 1660589. OLE color: 1660589.

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

Color convert

RGB 173 86 25 -
CMYK 0 0.50 0.86 0.32
HSL 24.73º 0.75% 0.39% -
HSV(B) 24.73º 0.86% 0.68% -
XYZ 20.74 15.61 2.84 -
YUV 105.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 173 86 25 0 0.50 0.86 0.32 24.73 0.75 0.39
Hex AD 56 19 0 32 56 20 19 4B 27
Octal 255 126 31 0 62 126 40 31 113 47
Binary 10101101 1010110 11001 0 110010 1010110 100000 11001 1001011 100111

Color Harmonies of #AD5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5619

Black with #AD5619

Text Example


Text Example

White with #AD5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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