#A59DAA

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

Shades of Chatelle #A59DAA

Tints of Chatelle #A59DAA

Color information

#A59DAA (or 0xA59DAA) is unknown color: approx Chatelle. HEX triplet: A5, 9D and AA. RGB value is (165,157,170). Sum of RGB (Red+Green+Blue) = 165+157+170=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAA is #5A6255. Grayscale: #A0A0A0. Windows color (decimal): -5923414 or 11181477. OLE color: 11181477.

HSL color Cylindrical-coordinate representation of color #A59DAA: hue angle of 276.92º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59DAA is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165157170-
CMYK0.030.0800.33
HSL276.92º7.1%64.12%-
HSV(B)276.92º7.65%66.67%-
XYZ34.8335.0242.95-
YUV160.87133.15130.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=33.54%
G=31.91%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651571700.030.0800.33276.927.164.12
HexA59DAA38021115740
Octal2452352523100414257100
Binary10100101100111011010101011100001000011000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DAA; }

 p { color: rgb(165,157,170); }

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

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

 a { background-color: rgb(165,157,170); }

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

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

 span { border-color: rgb(165,157,170); }

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