#A59BA8

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

Shades of Chatelle #A59BA8

Tints of Chatelle #A59BA8

Color information

#A59BA8 (or 0xA59BA8) is unknown color: approx Chatelle. HEX triplet: A5, 9B and A8. RGB value is (165,155,168). Sum of RGB (Red+Green+Blue) = 165+155+168=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 168 - color contains mainly: blue. Hex color #A59BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BA8 is #5A6457. Grayscale: #9F9F9F. Windows color (decimal): -5923928 or 11049893. OLE color: 11049893.

HSL color Cylindrical-coordinate representation of color #A59BA8: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59BA8 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB165155168-
CMYK0.020.0800.34
HSL286.15º6.95%63.33%-
HSV(B)286.15º7.74%65.88%-
XYZ34.3134.2741.85-
YUV159.47132.81131.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=33.81%
G=31.76%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651551680.020.0800.34286.156.9563.33
HexA59BA82802211e73f
Octal245233250210042436777
Binary1010010110011011101010001010000100010100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BA8; }

 p { color: rgb(165,155,168); }

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

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

 a { background-color: rgb(165,155,168); }

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

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

 span { border-color: rgb(165,155,168); }

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