#A1421A

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

Shades of Rich Gold #A1421A

Tints of Rich Gold #A1421A

Color information

#A1421A (or 0xA1421A) is unknown color: approx Rich Gold. HEX triplet: A1, 42 and 1A. RGB value is (161,66,26). Sum of RGB (Red+Green+Blue) = 161+66+26=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1421A is #5EBDE5. Grayscale: #5A5A5A. Windows color (decimal): -6208998 or 1720993. OLE color: 1720993.

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

Color convert

RGB1616626-
CMYK00.590.840.37
HSL17.78º72.19%36.67%-
HSV(B)17.78º83.85%63.14%-
XYZ16.8311.552.32-
YUV89.8491.97178.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.64%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=63.64%
G=26.09%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161662600.590.840.3717.7872.1936.67
HexA1421A03B5425124825
Octal24110232073124452211045
Binary1010000110000101101001110111010100100101100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1421A; }

 p { color: rgb(161,66,26); }

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

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

 a { background-color: rgb(161,66,26); }

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

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

 span { border-color: rgb(161,66,26); }

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