#A65421

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

Shades of Rich Gold #A65421

Tints of Rich Gold #A65421

Color information

#A65421 (or 0xA65421) is unknown color: approx Rich Gold. HEX triplet: A6, 54 and 21. RGB value is (166,84,33). Sum of RGB (Red+Green+Blue) = 166+84+33=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A65421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65421 is #59ABDE. Grayscale: #666666. Windows color (decimal): -5876703 or 2184358. OLE color: 2184358.

HSL color Cylindrical-coordinate representation of color #A65421: hue angle of 23.01º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A65421 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1668433-
CMYK00.490.800.35
HSL23.01º66.83%39.02%-
HSV(B)23.01º80.12%65.1%-
XYZ19.1714.563.24-
YUV102.788.67173.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=58.66%
G=29.68%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166843300.490.800.3523.0166.8339.02
HexA654210315023174327
Octal24612441061120432710347
Binary10100110101010010000101100011010000100011101111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65421; }

 p { color: rgb(166,84,33); }

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

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

 a { background-color: rgb(166,84,33); }

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

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

 span { border-color: rgb(166,84,33); }

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