#A65829

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

Shades of Rich Gold #A65829

Tints of Rich Gold #A65829

Color information

#A65829 (or 0xA65829) is unknown color: approx Rich Gold. HEX triplet: A6, 58 and 29. RGB value is (166,88,41). Sum of RGB (Red+Green+Blue) = 166+88+41=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A65829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65829 is #59A7D6. Grayscale: #6A6A6A. Windows color (decimal): -5875671 or 2709670. OLE color: 2709670.

HSL color Cylindrical-coordinate representation of color #A65829: hue angle of 22.56º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A65829 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1668841-
CMYK00.470.750.35
HSL22.56º60.39%40.59%-
HSV(B)22.56º75.3%65.1%-
XYZ19.6215.254.01-
YUV105.9691.34170.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=56.27%
G=29.83%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166884100.470.750.3522.5660.3940.59
HexA6582902F4B23173c29
Octal2461305105711343277451
Binary1010011010110001010010101111100101110001110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65829; }

 p { color: rgb(166,88,41); }

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

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

 a { background-color: rgb(166,88,41); }

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

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

 span { border-color: rgb(166,88,41); }

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