Html Css Color HEX #AD501F Rich Gold

📋 copy color: '#AD501F'

red 173 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #AD501F

Tints of Rich Gold #AD501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 60.92%
G = 28.17%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD501F (or 0xAD501F) is known color: Rich Gold. HEX triplet: AD, 50 and 1F. RGB value is (173,80,31). Sum of RGB (Red+Green+Blue) = 173+80+31=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD501F is #52AFE0. Grayscale: #666666. Windows color (decimal): -5418977 or 2052269. OLE color: 2052269.

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

Color convert

RGB 173 80 31 -
CMYK 0 0.54 0.82 0.32
HSL 20.7º 0.7% 0.4% -
HSV(B) 20.7º 0.82% 0.68% -
XYZ 20.35 14.72 3.07 -
YUV 102.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 173 80 31 0 0.54 0.82 0.32 20.7 0.7 0.4
Hex AD 50 1F 0 36 52 20 15 46 28
Octal 255 120 37 0 66 122 40 25 106 50
Binary 10101101 1010000 11111 0 110110 1010010 100000 10101 1000110 101000

Color Harmonies of #AD501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD501F

Black with #AD501F

Text Example


Text Example

White with #AD501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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