#A65E1D

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

Shades of Rich Gold #A65E1D

Tints of Rich Gold #A65E1D

Color information

#A65E1D (or 0xA65E1D) is unknown color: approx Rich Gold. HEX triplet: A6, 5E and 1D. RGB value is (166,94,29). Sum of RGB (Red+Green+Blue) = 166+94+29=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E1D is #59A1E2. Grayscale: #6C6C6C. Windows color (decimal): -5874147 or 1924774. OLE color: 1924774.

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

Color convert

RGB1669429-
CMYK00.430.830.35
HSL28.47º70.26%38.24%-
HSV(B)28.47º82.53%65.1%-
XYZ19.9516.23.24-
YUV108.1283.35169.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=57.44%
G=32.53%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166942900.430.830.3528.4770.2638.24
HexA65E1D02B53231c4626
Octal24613635053123433410646
Binary1010011010111101110101010111010011100011111001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E1D; }

 p { color: rgb(166,94,29); }

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

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

 a { background-color: rgb(166,94,29); }

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

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

 span { border-color: rgb(166,94,29); }

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