#a14d1f

Color #A14D1F Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A14D1F

Tints of Rich Gold #A14D1F

Color information

#A14D1F (or 0xA14D1F) is unknown color: approx 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

RGB1617731-
CMYK00.520.810.37
HSL21.23º67.71%37.65%-
HSV(B)21.23º80.75%63.14%-
XYZ17.612.982.87-
YUV96.8790.83173.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161773100.520.810.3721.2367.7137.65
HexA14D1F0345125154426
Octal24111537064121452510446
Binary1010000110011011111101101001010001100101101011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>