#A14F1E

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

Shades of Rich Gold #A14F1E

Tints of Rich Gold #A14F1E

Color information

#A14F1E (or 0xA14F1E) is unknown color: approx Rich Gold. HEX triplet: A1, 4F and 1E. RGB value is (161,79,30). Sum of RGB (Red+Green+Blue) = 161+79+30=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F1E is #5EB0E1. Grayscale: #626262. Windows color (decimal): -6205666 or 1986465. OLE color: 1986465.

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

Color convert

RGB1617930-
CMYK00.510.810.37
HSL22.44º68.59%37.45%-
HSV(B)22.44º81.37%63.14%-
XYZ17.7313.262.85-
YUV97.9389.67172.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.63%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=59.63%
G=29.26%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161793000.510.810.3722.4468.5937.45
HexA14F1E0335125164525
Octal24111736063121452610545
Binary1010000110011111111001100111010001100101101101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F1E; }

 p { color: rgb(161,79,30); }

 H1.HeaderClassName
 {
   color: #A14F1E;
 }
 .AnyTagClassName
 {
   color: #A14F1E;
 }
</style>
background-color css

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

 a { background-color: rgb(161,79,30); }

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

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

 span { border-color: rgb(161,79,30); }

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