Html Css Color HEX #AD511F Rich Gold

📋 copy color: '#AD511F'

red 173 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #AD511F

Tints of Rich Gold #AD511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 60.7%
G = 28.42%
B = 10.88%

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

#AD511F (or 0xAD511F) is known color: Rich Gold. HEX triplet: AD, 51 and 1F. RGB value is (173,81,31). Sum of RGB (Red+Green+Blue) = 173+81+31=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD511F is #52AEE0. Grayscale: #676767. Windows color (decimal): -5418721 or 2052525. OLE color: 2052525.

HSL color Cylindrical-coordinate representation of color #AD511F: hue angle of 21.13º degrees, saturation: 0.7, 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 #AD511F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 31 -
CMYK 0 0.53 0.82 0.32
HSL 21.13º 0.7% 0.4% -
HSV(B) 21.13º 0.82% 0.68% -
XYZ 20.42 14.87 3.09 -
YUV 102.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 173 81 31 0 0.53 0.82 0.32 21.13 0.7 0.4
Hex AD 51 1F 0 35 52 20 15 46 28
Octal 255 121 37 0 65 122 40 25 106 50
Binary 10101101 1010001 11111 0 110101 1010010 100000 10101 1000110 101000

Color Harmonies of #AD511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD511F

Black with #AD511F

Text Example


Text Example

White with #AD511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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