Html Css Color HEX #AD4F19 Rich Gold

📋 copy color: '#AD4F19'

red 173 ◦ green 79 ◦ blue 25

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

Shades of Rich Gold #AD4F19

Tints of Rich Gold #AD4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.52%

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

R = 62.45%
G = 28.52%
B = 9.03%

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

#AD4F19 (or 0xAD4F19) is known color: Rich Gold. HEX triplet: AD, 4F and 19. RGB value is (173,79,25). Sum of RGB (Red+Green+Blue) = 173+79+25=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F19 is #52B0E6. Grayscale: #656565. Windows color (decimal): -5419239 or 1658797. OLE color: 1658797.

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

Color convert

RGB 173 79 25 -
CMYK 0 0.54 0.86 0.32
HSL 21.89º 0.75% 0.39% -
HSV(B) 21.89º 0.86% 0.68% -
XYZ 20.21 14.55 2.66 -
YUV 100.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 173 79 25 0 0.54 0.86 0.32 21.89 0.75 0.39
Hex AD 4F 19 0 36 56 20 16 4B 27
Octal 255 117 31 0 66 126 40 26 113 47
Binary 10101101 1001111 11001 0 110110 1010110 100000 10110 1001011 100111

Color Harmonies of #AD4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F19

Black with #AD4F19

Text Example


Text Example

White with #AD4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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