#A34E1B

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

Shades of Rich Gold #A34E1B

Tints of Rich Gold #A34E1B

Color information

#A34E1B (or 0xA34E1B) is unknown color: approx Rich Gold. HEX triplet: A3, 4E and 1B. RGB value is (163,78,27). Sum of RGB (Red+Green+Blue) = 163+78+27=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E1B is #5CB1E4. Grayscale: #616161. Windows color (decimal): -6074853 or 1789603. OLE color: 1789603.

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

Color convert

RGB1637827-
CMYK00.520.830.36
HSL22.5º71.58%37.25%-
HSV(B)22.5º83.44%63.92%-
XYZ18.0313.312.66-
YUV97.688.16174.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=60.82%
G=29.10%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163782700.520.830.3622.571.5837.25
HexA34E1B0345324164825
Octal24311633064123442611045
Binary1010001110011101101101101001010011100100101101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E1B; }

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

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

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

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

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

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

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

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