#a34e1f

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

Shades of Rich Gold #A34E1F

Tints of Rich Gold #A34E1F

Color information

#A34E1F (or 0xA34E1F) is unknown color: approx Rich Gold. HEX triplet: A3, 4E and 1F. RGB value is (163,78,31). Sum of RGB (Red+Green+Blue) = 163+78+31=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E1F is #5CB1E0. Grayscale: #626262. Windows color (decimal): -6074849 or 2051747. OLE color: 2051747.

HSL color Cylindrical-coordinate representation of color #A34E1F: hue angle of 21.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A34E1F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1637831-
CMYK00.520.810.36
HSL21.36º68.04%38.04%-
HSV(B)21.36º80.98%63.92%-
XYZ18.0813.332.92-
YUV98.0690.16174.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=59.93%
G=28.68%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163783100.520.810.3621.3668.0438.04
HexA34E1F0345124154426
Octal24311637064121442510446
Binary1010001110011101111101101001010001100100101011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34e1f; }

 p { color: rgb(163,78,31); }

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

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

 a { background-color: rgb(163,78,31); }

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

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

 span { border-color: rgb(163,78,31); }

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