#A14B26

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

Shades of Rich Gold #A14B26

Tints of Rich Gold #A14B26

Color information

#A14B26 (or 0xA14B26) is unknown color: approx Rich Gold. HEX triplet: A1, 4B and 26. RGB value is (161,75,38). Sum of RGB (Red+Green+Blue) = 161+75+38=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B26 is #5EB4D9. Grayscale: #606060. Windows color (decimal): -6206682 or 2509729. OLE color: 2509729.

HSL color Cylindrical-coordinate representation of color #A14B26: hue angle of 18.05º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A14B26 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1617538-
CMYK00.530.760.37
HSL18.05º61.81%39.02%-
HSV(B)18.05º76.4%63.14%-
XYZ17.5612.753.37-
YUV96.594.99174.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.76%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=58.76%
G=27.37%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161753800.530.760.3718.0561.8139.02
HexA14B260354C25123e27
Octal2411134606511445227647
Binary1010000110010111001100110101100110010010110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B26; }

 p { color: rgb(161,75,38); }

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

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

 a { background-color: rgb(161,75,38); }

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

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

 span { border-color: rgb(161,75,38); }

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