#a65328

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

Shades of Rich Gold #A65328

Tints of Rich Gold #A65328

Color information

#A65328 (or 0xA65328) is unknown color: approx Rich Gold. HEX triplet: A6, 53 and 28. RGB value is (166,83,40). Sum of RGB (Red+Green+Blue) = 166+83+40=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A65328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65328 is #59ACD7. Grayscale: #676767. Windows color (decimal): -5876952 or 2642854. OLE color: 2642854.

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

Color convert

RGB1668340-
CMYK00.500.760.35
HSL20.48º61.17%40.39%-
HSV(B)20.48º75.9%65.1%-
XYZ19.214.453.78-
YUV102.9292.5173-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=57.44%
G=28.72%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166834000.500.760.3520.4861.1740.39
HexA653280324C23143d28
Octal2461235006211443247550
Binary1010011010100111010000110010100110010001110100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65328; }

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

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

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

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

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

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

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

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