#A3431C

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

Shades of Rich Gold #A3431C

Tints of Rich Gold #A3431C

Color information

#A3431C (or 0xA3431C) is unknown color: approx Rich Gold. HEX triplet: A3, 43 and 1C. RGB value is (163,67,28). Sum of RGB (Red+Green+Blue) = 163+67+28=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3431C is #5CBCE3. Grayscale: #5B5B5B. Windows color (decimal): -6077668 or 1852323. OLE color: 1852323.

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

Color convert

RGB1636728-
CMYK00.590.830.36
HSL17.33º70.68%37.45%-
HSV(B)17.33º82.82%63.92%-
XYZ17.3211.882.48-
YUV91.2692.3179.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=63.18%
G=25.97%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163672800.590.830.3617.3370.6837.45
HexA3431C03B5324114725
Octal24310334073123442110745
Binary1010001110000111110001110111010011100100100011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3431C; }

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

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

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

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

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

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

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

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