Html Css Color HEX #AD5513 Rich Gold

📋 copy color: '#AD5513'

red 173 ◦ green 85 ◦ blue 19

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

Shades of Rich Gold #AD5513

Tints of Rich Gold #AD5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 62.45%
G = 30.69%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD5513 (or 0xAD5513) is known color: Rich Gold. HEX triplet: AD, 55 and 13. RGB value is (173,85,19). Sum of RGB (Red+Green+Blue) = 173+85+19=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5513 is #52AAEC. Grayscale: #686868. Windows color (decimal): -5417709 or 1267117. OLE color: 1267117.

HSL color Cylindrical-coordinate representation of color #AD5513: hue angle of 25.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD5513 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 19 -
CMYK 0 0.51 0.89 0.32
HSL 25.71º 0.8% 0.38% -
HSV(B) 25.71º 0.89% 0.68% -
XYZ 20.6 15.43 2.51 -
YUV 103.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 173 85 19 0 0.51 0.89 0.32 25.71 0.8 0.38
Hex AD 55 13 0 33 59 20 1A 50 26
Octal 255 125 23 0 63 131 40 32 120 46
Binary 10101101 1010101 10011 0 110011 1011001 100000 11010 1010000 100110

Color Harmonies of #AD5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5513

Black with #AD5513

Text Example


Text Example

White with #AD5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5513; }

 p { color: rgb(173,85,19); }

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

background-color css

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

 a { background-color: rgb(173,85,19); }

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

border-color css

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

 span { border-color: rgb(173,85,19); }

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