#A64D1A

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

Shades of Rich Gold #A64D1A

Tints of Rich Gold #A64D1A

Color information

#A64D1A (or 0xA64D1A) is unknown color: approx Rich Gold. HEX triplet: A6, 4D and 1A. RGB value is (166,77,26). Sum of RGB (Red+Green+Blue) = 166+77+26=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D1A is #59B2E5. Grayscale: #626262. Windows color (decimal): -5878502 or 1723814. OLE color: 1723814.

HSL color Cylindrical-coordinate representation of color #A64D1A: hue angle of 21.86º 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 #A64D1A is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1667726-
CMYK00.540.840.35
HSL21.86º72.92%37.65%-
HSV(B)21.86º84.34%65.1%-
XYZ18.5713.492.6-
YUV97.887.49176.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=61.71%
G=28.62%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166772600.540.840.3521.8672.9237.65
HexA64D1A0365423164926
Octal24611532066124432611146
Binary1010011010011011101001101101010100100011101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D1A; }

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

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

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

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

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

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

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

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