Html Css Color HEX #AD4D19 Rich Gold

📋 copy color: '#AD4D19'

red 173 ◦ green 77 ◦ blue 25

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

Shades of Rich Gold #AD4D19

Tints of Rich Gold #AD4D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28%

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

R = 62.91%
G = 28%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4D19 (or 0xAD4D19) is known color: Rich Gold. HEX triplet: AD, 4D and 19. RGB value is (173,77,25). Sum of RGB (Red+Green+Blue) = 173+77+25=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D19 is #52B2E6. Grayscale: #646464. Windows color (decimal): -5419751 or 1658285. OLE color: 1658285.

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

Color convert

RGB 173 77 25 -
CMYK 0 0.55 0.86 0.32
HSL 21.08º 0.75% 0.39% -
HSV(B) 21.08º 0.86% 0.68% -
XYZ 20.06 14.26 2.62 -
YUV 99.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 173 77 25 0 0.55 0.86 0.32 21.08 0.75 0.39
Hex AD 4D 19 0 37 56 20 15 4B 27
Octal 255 115 31 0 67 126 40 25 113 47
Binary 10101101 1001101 11001 0 110111 1010110 100000 10101 1001011 100111

Color Harmonies of #AD4D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D19

Black with #AD4D19

Text Example


Text Example

White with #AD4D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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