Html Css Color HEX #AD4F18 Rich Gold

📋 copy color: '#AD4F18'

red 173 ◦ green 79 ◦ blue 24

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

Shades of Rich Gold #AD4F18

Tints of Rich Gold #AD4F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 62.68%
G = 28.62%
B = 8.7%

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

#AD4F18 (or 0xAD4F18) is known color: Rich Gold. HEX triplet: AD, 4F and 18. RGB value is (173,79,24). Sum of RGB (Red+Green+Blue) = 173+79+24=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F18 is #52B0E7. Grayscale: #656565. Windows color (decimal): -5419240 or 1593261. OLE color: 1593261.

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

Color convert

RGB 173 79 24 -
CMYK 0 0.54 0.86 0.32
HSL 22.15º 0.76% 0.39% -
HSV(B) 22.15º 0.86% 0.68% -
XYZ 20.19 14.54 2.61 -
YUV 100.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 173 79 24 0 0.54 0.86 0.32 22.15 0.76 0.39
Hex AD 4F 18 0 36 56 20 16 4C 27
Octal 255 117 30 0 66 126 40 26 114 47
Binary 10101101 1001111 11000 0 110110 1010110 100000 10110 1001100 100111

Color Harmonies of #AD4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F18

Black with #AD4F18

Text Example


Text Example

White with #AD4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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