Html Css Color HEX #AD5317 Rich Gold

📋 copy color: '#AD5317'

red 173 ◦ green 83 ◦ blue 23

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

Shades of Rich Gold #AD5317

Tints of Rich Gold #AD5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 62.01%
G = 29.75%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5317 (or 0xAD5317) is known color: Rich Gold. HEX triplet: AD, 53 and 17. RGB value is (173,83,23). Sum of RGB (Red+Green+Blue) = 173+83+23=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5317 is #52ACE8. Grayscale: #676767. Windows color (decimal): -5418217 or 1528749. OLE color: 1528749.

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

Color convert

RGB 173 83 23 -
CMYK 0 0.52 0.87 0.32
HSL 24º 0.77% 0.38% -
HSV(B) 24º 0.87% 0.68% -
XYZ 20.48 15.13 2.65 -
YUV 103.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 173 83 23 0 0.52 0.87 0.32 24 0.77 0.38
Hex AD 53 17 0 34 57 20 18 4D 26
Octal 255 123 27 0 64 127 40 30 115 46
Binary 10101101 1010011 10111 0 110100 1010111 100000 11000 1001101 100110

Color Harmonies of #AD5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5317

Black with #AD5317

Text Example


Text Example

White with #AD5317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5317; }

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

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

background-color css

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

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

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

border-color css

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

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

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