#A65311

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

Shades of Rich Gold #A65311

Tints of Rich Gold #A65311

Color information

#A65311 (or 0xA65311) is unknown color: approx Rich Gold. HEX triplet: A6, 53 and 11. RGB value is (166,83,17). Sum of RGB (Red+Green+Blue) = 166+83+17=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A65311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65311 is #59ACEE. Grayscale: #646464. Windows color (decimal): -5876975 or 1135526. OLE color: 1135526.

HSL color Cylindrical-coordinate representation of color #A65311: hue angle of 26.58º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A65311 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1668317-
CMYK00.500.900.35
HSL26.58º81.42%35.88%-
HSV(B)26.58º89.76%65.1%-
XYZ18.9214.332.3-
YUV100.2981174.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=62.41%
G=31.20%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166831700.500.900.3526.5881.4235.88
HexA653110325A231b5124
Octal24612321062132433312144
Binary1010011010100111000101100101011010100011110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65311; }

 p { color: rgb(166,83,17); }

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

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

 a { background-color: rgb(166,83,17); }

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

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

 span { border-color: rgb(166,83,17); }

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