#A3421A

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

Shades of Rich Gold #A3421A

Tints of Rich Gold #A3421A

Color information

#A3421A (or 0xA3421A) is unknown color: approx Rich Gold. HEX triplet: A3, 42 and 1A. RGB value is (163,66,26). Sum of RGB (Red+Green+Blue) = 163+66+26=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3421A is #5CBDE5. Grayscale: #5A5A5A. Windows color (decimal): -6077926 or 1720995. OLE color: 1720995.

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

Color convert

RGB1636626-
CMYK00.600.840.36
HSL17.52º72.49%37.06%-
HSV(B)17.52º84.05%63.92%-
XYZ17.2411.762.34-
YUV90.4491.64179.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=63.92%
G=25.88%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163662600.600.840.3617.5272.4937.06
HexA3421A03C5424124825
Octal24310232074124442211045
Binary1010001110000101101001111001010100100100100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3421A; }

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

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

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

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

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

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

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

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