#A65C1D

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

Shades of Rich Gold #A65C1D

Tints of Rich Gold #A65C1D

Color information

#A65C1D (or 0xA65C1D) is unknown color: approx Rich Gold. HEX triplet: A6, 5C and 1D. RGB value is (166,92,29). Sum of RGB (Red+Green+Blue) = 166+92+29=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C1D is #59A3E2. Grayscale: #6B6B6B. Windows color (decimal): -5874659 or 1924262. OLE color: 1924262.

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

Color convert

RGB1669229-
CMYK00.450.830.35
HSL27.59º70.26%38.24%-
HSV(B)27.59º82.53%65.1%-
XYZ19.7715.853.18-
YUV106.9484.02170.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 29 (11.72% from 255) = 10.10%
R=57.84%
G=32.06%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166922900.450.830.3527.5970.2638.24
HexA65C1D02D53231c4626
Octal24613435055123433410646
Binary1010011010111001110101011011010011100011111001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C1D; }

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

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

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

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

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

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

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

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