#A65527

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

Shades of Rich Gold #A65527

Tints of Rich Gold #A65527

Color information

#A65527 (or 0xA65527) is unknown color: approx Rich Gold. HEX triplet: A6, 55 and 27. RGB value is (166,85,39). Sum of RGB (Red+Green+Blue) = 166+85+39=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A65527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65527 is #59AAD8. Grayscale: #686868. Windows color (decimal): -5876441 or 2577830. OLE color: 2577830.

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

Color convert

RGB1668539-
CMYK00.490.770.35
HSL21.73º61.95%40.2%-
HSV(B)21.73º76.51%65.1%-
XYZ19.3414.753.75-
YUV103.9891.34172.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=57.24%
G=29.31%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166853900.490.770.3521.7361.9540.2
HexA655270314D23163e28
Octal2461254706111543267650
Binary1010011010101011001110110001100110110001110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65527; }

 p { color: rgb(166,85,39); }

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

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

 a { background-color: rgb(166,85,39); }

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

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

 span { border-color: rgb(166,85,39); }

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