Html Css Color HEX #AD5B17 Rich Gold

📋 copy color: '#AD5B17'

red 173 ◦ green 91 ◦ blue 23

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

Shades of Rich Gold #AD5B17

Tints of Rich Gold #AD5B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 60.28%
G = 31.71%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5B17 (or 0xAD5B17) is known color: Rich Gold. HEX triplet: AD, 5B and 17. RGB value is (173,91,23). Sum of RGB (Red+Green+Blue) = 173+91+23=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5B17 is #52A4E8. Grayscale: #6C6C6C. Windows color (decimal): -5416169 or 1530797. OLE color: 1530797.

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

Color convert

RGB 173 91 23 -
CMYK 0 0.47 0.87 0.32
HSL 27.2º 0.77% 0.38% -
HSV(B) 27.2º 0.87% 0.68% -
XYZ 21.13 16.43 2.87 -
YUV 107.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 173 91 23 0 0.47 0.87 0.32 27.2 0.77 0.38
Hex AD 5B 17 0 2F 57 20 1B 4D 26
Octal 255 133 27 0 57 127 40 33 115 46
Binary 10101101 1011011 10111 0 101111 1010111 100000 11011 1001101 100110

Color Harmonies of #AD5B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B17

Black with #AD5B17

Text Example


Text Example

White with #AD5B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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