#A34E27

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

Shades of Rich Gold #A34E27

Tints of Rich Gold #A34E27

Color information

#A34E27 (or 0xA34E27) is unknown color: approx Rich Gold. HEX triplet: A3, 4E and 27. RGB value is (163,78,39). Sum of RGB (Red+Green+Blue) = 163+78+39=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E27 is #5CB1D8. Grayscale: #636363. Windows color (decimal): -6074841 or 2576035. OLE color: 2576035.

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

Color convert

RGB1637839-
CMYK00.520.760.36
HSL18.87º61.39%39.61%-
HSV(B)18.87º76.07%63.92%-
XYZ18.1913.383.54-
YUV98.9794.16173.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.21%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=58.21%
G=27.86%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163783900.520.760.3618.8761.3939.61
HexA34E270344C24133d28
Octal2431164706411444237550
Binary1010001110011101001110110100100110010010010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E27; }

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

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

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

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

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

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

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

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