Html Css Color HEX #AD5120 Rich Gold

📋 copy color: '#AD5120'

red 173 ◦ green 81 ◦ blue 32

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

Shades of Rich Gold #AD5120

Tints of Rich Gold #AD5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 60.49%
G = 28.32%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD5120 (or 0xAD5120) is known color: Rich Gold. HEX triplet: AD, 51 and 20. RGB value is (173,81,32). Sum of RGB (Red+Green+Blue) = 173+81+32=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5120 is #52AEDF. Grayscale: #676767. Windows color (decimal): -5418720 or 2118061. OLE color: 2118061.

HSL color Cylindrical-coordinate representation of color #AD5120: hue angle of 20.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD5120 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 32 -
CMYK 0 0.53 0.82 0.32
HSL 20.85º 0.69% 0.4% -
HSV(B) 20.85º 0.82% 0.68% -
XYZ 20.44 14.87 3.16 -
YUV 102.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 173 81 32 0 0.53 0.82 0.32 20.85 0.69 0.4
Hex AD 51 20 0 35 52 20 15 45 28
Octal 255 121 40 0 65 122 40 25 105 50
Binary 10101101 1010001 100000 0 110101 1010010 100000 10101 1000101 101000

Color Harmonies of #AD5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5120

Black with #AD5120

Text Example


Text Example

White with #AD5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5120; }

 p { color: rgb(173,81,32); }

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

background-color css

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

 a { background-color: rgb(173,81,32); }

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

border-color css

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

 span { border-color: rgb(173,81,32); }

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