#A34E0E

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

Shades of Rich Gold #A34E0E

Tints of Rich Gold #A34E0E

Color information

#A34E0E (or 0xA34E0E) is unknown color: approx Rich Gold. HEX triplet: A3, 4E and 0E. RGB value is (163,78,14). Sum of RGB (Red+Green+Blue) = 163+78+14=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34E0E is #5CB1F1. Grayscale: #606060. Windows color (decimal): -6074866 or 937635. OLE color: 937635.

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

Color convert

RGB1637814-
CMYK00.520.910.36
HSL25.77º84.18%34.71%-
HSV(B)25.77º91.41%63.92%-
XYZ17.9113.272.03-
YUV96.1281.66175.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=63.92%
G=30.59%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163781400.520.910.3625.7784.1834.71
HexA34EE0345B241a5423
Octal24311616064133443212443
Binary101000111001110111001101001011011100100110101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E0E; }

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

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

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

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

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

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

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

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