#A3431A

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

Shades of Rich Gold #A3431A

Tints of Rich Gold #A3431A

Color information

#A3431A (or 0xA3431A) is unknown color: approx Rich Gold. HEX triplet: A3, 43 and 1A. RGB value is (163,67,26). Sum of RGB (Red+Green+Blue) = 163+67+26=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3431A is #5CBCE5. Grayscale: #5B5B5B. Windows color (decimal): -6077670 or 1721251. OLE color: 1721251.

HSL color Cylindrical-coordinate representation of color #A3431A: hue angle of 17.96º 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 #A3431A is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1636726-
CMYK00.590.840.36
HSL17.96º72.49%37.06%-
HSV(B)17.96º84.05%63.92%-
XYZ17.311.882.36-
YUV91.0391.3179.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=63.67%
G=26.17%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163672600.590.840.3617.9672.4937.06
HexA3431A03B5424124825
Octal24310332073124442211045
Binary1010001110000111101001110111010100100100100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3431A; }

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

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

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

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

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

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

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

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