#AEA2BB

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

Shades of Chatelle #AEA2BB

Tints of Chatelle #AEA2BB

Color information

#AEA2BB (or 0xAEA2BB) is unknown color: approx Chatelle. HEX triplet: AE, A2 and BB. RGB value is (174,162,187). Sum of RGB (Red+Green+Blue) = 174+162+187=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2BB is #515D44. Grayscale: #A8A8A8. Windows color (decimal): -5332293 or 12296878. OLE color: 12296878.

HSL color Cylindrical-coordinate representation of color #AEA2BB: hue angle of 268.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA2BB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174162187-
CMYK0.070.1300.27
HSL268.8º15.53%68.43%-
HSV(B)268.8º13.37%73.33%-
XYZ39.3538.4352.36-
YUV168.44138.48131.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=33.27%
G=30.98%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741621870.070.1300.27268.815.5368.43
HexAEA2BB7D01B10d1044
Octal25624227371503341520104
Binary1010111010100010101110111111101011011100001101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2BB; }

 p { color: rgb(174,162,187); }

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

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

 a { background-color: rgb(174,162,187); }

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

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

 span { border-color: rgb(174,162,187); }

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