Html Css Color HEX #AD5313 Rich Gold

📋 copy color: '#AD5313'

red 173 ◦ green 83 ◦ blue 19

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

Shades of Rich Gold #AD5313

Tints of Rich Gold #AD5313

RGB

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

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

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

R = 62.91%
G = 30.18%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD5313 (or 0xAD5313) is known color: Rich Gold. HEX triplet: AD, 53 and 13. RGB value is (173,83,19). Sum of RGB (Red+Green+Blue) = 173+83+19=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5313 is #52ACEC. Grayscale: #666666. Windows color (decimal): -5418221 or 1266605. OLE color: 1266605.

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

Color convert

RGB 173 83 19 -
CMYK 0 0.52 0.89 0.32
HSL 24.94º 0.8% 0.38% -
HSV(B) 24.94º 0.89% 0.68% -
XYZ 20.44 15.12 2.46 -
YUV 102.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 173 83 19 0 0.52 0.89 0.32 24.94 0.8 0.38
Hex AD 53 13 0 34 59 20 19 50 26
Octal 255 123 23 0 64 131 40 31 120 46
Binary 10101101 1010011 10011 0 110100 1011001 100000 11001 1010000 100110

Color Harmonies of #AD5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5313

Black with #AD5313

Text Example


Text Example

White with #AD5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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