Html Css Color HEX #AD4F17 Rich Gold

📋 copy color: '#AD4F17'

red 173 ◦ green 79 ◦ blue 23

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

Shades of Rich Gold #AD4F17

Tints of Rich Gold #AD4F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.36%

R = 62.91%
G = 28.73%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD4F17 (or 0xAD4F17) is known color: Rich Gold. HEX triplet: AD, 4F and 17. RGB value is (173,79,23). Sum of RGB (Red+Green+Blue) = 173+79+23=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F17 is #52B0E8. Grayscale: #656565. Windows color (decimal): -5419241 or 1527725. OLE color: 1527725.

HSL color Cylindrical-coordinate representation of color #AD4F17: hue angle of 22.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD4F17 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 79 23 -
CMYK 0 0.54 0.87 0.32
HSL 22.4º 0.77% 0.38% -
HSV(B) 22.4º 0.87% 0.68% -
XYZ 20.18 14.54 2.55 -
YUV 100.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 173 79 23 0 0.54 0.87 0.32 22.4 0.77 0.38
Hex AD 4F 17 0 36 57 20 16 4D 26
Octal 255 117 27 0 66 127 40 26 115 46
Binary 10101101 1001111 10111 0 110110 1010111 100000 10110 1001101 100110

Color Harmonies of #AD4F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F17

Black with #AD4F17

Text Example


Text Example

White with #AD4F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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