#A59EAA

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

Shades of Chatelle #A59EAA

Tints of Chatelle #A59EAA

Color information

#A59EAA (or 0xA59EAA) is unknown color: approx Chatelle. HEX triplet: A5, 9E and AA. RGB value is (165,158,170). Sum of RGB (Red+Green+Blue) = 165+158+170=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAA is #5A6155. Grayscale: #A1A1A1. Windows color (decimal): -5923158 or 11181733. OLE color: 11181733.

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

Color convert

RGB165158170-
CMYK0.030.0700.33
HSL275º6.59%64.31%-
HSV(B)275º7.06%66.67%-
XYZ3535.3643.01-
YUV161.46132.82130.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=33.47%
G=32.05%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651581700.030.0700.332756.5964.31
HexA59EAA37021113740
Octal245236252370414237100
Binary1010010110011110101010101111101000011000100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EAA; }

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

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

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

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

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

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

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

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