#A34A1C

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

Shades of Rich Gold #A34A1C

Tints of Rich Gold #A34A1C

Color information

#A34A1C (or 0xA34A1C) is unknown color: approx Rich Gold. HEX triplet: A3, 4A and 1C. RGB value is (163,74,28). Sum of RGB (Red+Green+Blue) = 163+74+28=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A1C is #5CB5E3. Grayscale: #5F5F5F. Windows color (decimal): -6075876 or 1854115. OLE color: 1854115.

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

Color convert

RGB1637428-
CMYK00.550.830.36
HSL20.44º70.68%37.45%-
HSV(B)20.44º82.82%63.92%-
XYZ17.7612.772.63-
YUV95.3789.99176.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=61.51%
G=27.92%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163742800.550.830.3620.4470.6837.45
HexA34A1C0375324144725
Octal24311234067123442410745
Binary1010001110010101110001101111010011100100101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A1C; }

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

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

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

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

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

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

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

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