#A64E1A

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

Shades of Rich Gold #A64E1A

Tints of Rich Gold #A64E1A

Color information

#A64E1A (or 0xA64E1A) is unknown color: approx Rich Gold. HEX triplet: A6, 4E and 1A. RGB value is (166,78,26). Sum of RGB (Red+Green+Blue) = 166+78+26=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E1A is #59B1E5. Grayscale: #626262. Windows color (decimal): -5878246 or 1724070. OLE color: 1724070.

HSL color Cylindrical-coordinate representation of color #A64E1A: hue angle of 22.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A64E1A is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1667826-
CMYK00.530.840.35
HSL22.29º72.92%37.65%-
HSV(B)22.29º84.34%65.1%-
XYZ18.6413.632.63-
YUV98.3887.15176.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=61.48%
G=28.89%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166782600.530.840.3522.2972.9237.65
HexA64E1A0355423164926
Octal24611632065124432611146
Binary1010011010011101101001101011010100100011101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E1A; }

 p { color: rgb(166,78,26); }

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

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

 a { background-color: rgb(166,78,26); }

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

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

 span { border-color: rgb(166,78,26); }

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