Html Css Color HEX #AD5314 Rich Gold

📋 copy color: '#AD5314'

red 173 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #AD5314

Tints of Rich Gold #AD5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 62.68%
G = 30.07%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5314 (or 0xAD5314) is known color: Rich Gold. HEX triplet: AD, 53 and 14. RGB value is (173,83,20). Sum of RGB (Red+Green+Blue) = 173+83+20=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5314 is #52ACEB. Grayscale: #676767. Windows color (decimal): -5418220 or 1332141. OLE color: 1332141.

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

Color convert

RGB 173 83 20 -
CMYK 0 0.52 0.88 0.32
HSL 24.71º 0.79% 0.38% -
HSV(B) 24.71º 0.88% 0.68% -
XYZ 20.45 15.12 2.5 -
YUV 102.73 81.32 178.12 -
System Red Green Blue C M Y K H S L
Decimal 173 83 20 0 0.52 0.88 0.32 24.71 0.79 0.38
Hex AD 53 14 0 34 58 20 19 4F 26
Octal 255 123 24 0 64 130 40 31 117 46
Binary 10101101 1010011 10100 0 110100 1011000 100000 11001 1001111 100110

Color Harmonies of #AD5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5314

Black with #AD5314

Text Example


Text Example

White with #AD5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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