Html Css Color HEX #AD5A17 Rich Gold

📋 copy color: '#AD5A17'

red 173 ◦ green 90 ◦ blue 23

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

Shades of Rich Gold #AD5A17

Tints of Rich Gold #AD5A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 60.49%
G = 31.47%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5A17 (or 0xAD5A17) is known color: Rich Gold. HEX triplet: AD, 5A and 17. RGB value is (173,90,23). Sum of RGB (Red+Green+Blue) = 173+90+23=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A17 is #52A5E8. Grayscale: #6B6B6B. Windows color (decimal): -5416425 or 1530541. OLE color: 1530541.

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

Color convert

RGB 173 90 23 -
CMYK 0 0.48 0.87 0.32
HSL 26.8º 0.77% 0.38% -
HSV(B) 26.8º 0.87% 0.68% -
XYZ 21.04 16.26 2.84 -
YUV 107.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 173 90 23 0 0.48 0.87 0.32 26.8 0.77 0.38
Hex AD 5A 17 0 30 57 20 1B 4D 26
Octal 255 132 27 0 60 127 40 33 115 46
Binary 10101101 1011010 10111 0 110000 1010111 100000 11011 1001101 100110

Color Harmonies of #AD5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A17

Black with #AD5A17

Text Example


Text Example

White with #AD5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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