Html Css Color HEX #A14D1F Rich Gold

📋 copy color: '#A14D1F'

red 161 ◦ green 77 ◦ blue 31

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

Shades of Rich Gold #A14D1F

Tints of Rich Gold #A14D1F

RGB

 RED value IS 161 (63.28% from 255) = 59.85%

 GREEN value IS 77 (30.47% from 255) = 28.62%

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

R = 59.85%
G = 28.62%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A14D1F (or 0xA14D1F) is known color: Rich Gold. HEX triplet: A1, 4D and 1F. RGB value is (161,77,31). Sum of RGB (Red+Green+Blue) = 161+77+31=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D1F is #5EB2E0. Grayscale: #616161. Windows color (decimal): -6206177 or 2051489. OLE color: 2051489.

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

Color convert

RGB 161 77 31 -
CMYK 0 0.52 0.81 0.37
HSL 21.23º 0.68% 0.38% -
HSV(B) 21.23º 0.81% 0.63% -
XYZ 17.6 12.98 2.87 -
YUV 96.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 161 77 31 0 0.52 0.81 0.37 21.23 0.68 0.38
Hex A1 4D 1F 0 34 51 25 15 44 26
Octal 241 115 37 0 64 121 45 25 104 46
Binary 10100001 1001101 11111 0 110100 1010001 100101 10101 1000100 100110

Color Harmonies of #A14D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D1F

Black with #A14D1F

Text Example


Text Example

White with #A14D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D1F; }

 p { color: rgb(161,77,31); }

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

background-color css

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

 a { background-color: rgb(161,77,31); }

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

border-color css

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

 span { border-color: rgb(161,77,31); }

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