Html Css Color HEX #AD5019 Rich Gold

📋 copy color: '#AD5019'

red 173 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #AD5019

Tints of Rich Gold #AD5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 62.23%
G = 28.78%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5019 (or 0xAD5019) is known color: Rich Gold. HEX triplet: AD, 50 and 19. RGB value is (173,80,25). Sum of RGB (Red+Green+Blue) = 173+80+25=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5019 is #52AFE6. Grayscale: #656565. Windows color (decimal): -5418983 or 1659053. OLE color: 1659053.

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

Color convert

RGB 173 80 25 -
CMYK 0 0.54 0.86 0.32
HSL 22.3º 0.75% 0.39% -
HSV(B) 22.3º 0.86% 0.68% -
XYZ 20.28 14.69 2.69 -
YUV 101.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 173 80 25 0 0.54 0.86 0.32 22.3 0.75 0.39
Hex AD 50 19 0 36 56 20 16 4B 27
Octal 255 120 31 0 66 126 40 26 113 47
Binary 10101101 1010000 11001 0 110110 1010110 100000 10110 1001011 100111

Color Harmonies of #AD5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5019

Black with #AD5019

Text Example


Text Example

White with #AD5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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