#A64825

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

Shades of Rich Gold #A64825

Tints of Rich Gold #A64825

Color information

#A64825 (or 0xA64825) is unknown color: approx Rich Gold. HEX triplet: A6, 48 and 25. RGB value is (166,72,37). Sum of RGB (Red+Green+Blue) = 166+72+37=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64825 is #59B7DA. Grayscale: #606060. Windows color (decimal): -5879771 or 2443430. OLE color: 2443430.

HSL color Cylindrical-coordinate representation of color #A64825: hue angle of 16.28º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A64825 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1667237-
CMYK00.570.780.35
HSL16.28º63.55%39.8%-
HSV(B)16.28º77.71%65.1%-
XYZ18.3812.883.27-
YUV96.1294.64177.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=60.36%
G=26.18%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166723700.570.780.3516.2863.5539.8
HexA648250394E23104028
Octal24611045071116432010050
Binary10100110100100010010101110011001110100011100001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64825; }

 p { color: rgb(166,72,37); }

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

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

 a { background-color: rgb(166,72,37); }

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

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

 span { border-color: rgb(166,72,37); }

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