Html Css Color HEX #AD5A16 Rich Gold

📋 copy color: '#AD5A16'

red 173 ◦ green 90 ◦ blue 22

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

Shades of Rich Gold #AD5A16

Tints of Rich Gold #AD5A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 60.7%
G = 31.58%
B = 7.72%

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

#AD5A16 (or 0xAD5A16) is known color: Rich Gold. HEX triplet: AD, 5A and 16. RGB value is (173,90,22). Sum of RGB (Red+Green+Blue) = 173+90+22=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A16 is #52A5E9. Grayscale: #6B6B6B. Windows color (decimal): -5416426 or 1465005. OLE color: 1465005.

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

Color convert

RGB 173 90 22 -
CMYK 0 0.48 0.87 0.32
HSL 27.02º 0.77% 0.38% -
HSV(B) 27.02º 0.87% 0.68% -
XYZ 21.03 16.25 2.79 -
YUV 107.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 173 90 22 0 0.48 0.87 0.32 27.02 0.77 0.38
Hex AD 5A 16 0 30 57 20 1B 4D 26
Octal 255 132 26 0 60 127 40 33 115 46
Binary 10101101 1011010 10110 0 110000 1010111 100000 11011 1001101 100110

Color Harmonies of #AD5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A16

Black with #AD5A16

Text Example


Text Example

White with #AD5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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