#AEA1B9

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

Shades of Chatelle #AEA1B9

Tints of Chatelle #AEA1B9

Color information

#AEA1B9 (or 0xAEA1B9) is unknown color: approx Chatelle. HEX triplet: AE, A1 and B9. RGB value is (174,161,185). Sum of RGB (Red+Green+Blue) = 174+161+185=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #AEA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1B9 is #515E46. Grayscale: #A7A7A7. Windows color (decimal): -5332551 or 12165550. OLE color: 12165550.

HSL color Cylindrical-coordinate representation of color #AEA1B9: hue angle of 272.5º degrees, saturation: 0.15, 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 #AEA1B9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174161185-
CMYK0.060.1300.27
HSL272.5º14.63%67.84%-
HSV(B)272.5º12.97%72.55%-
XYZ38.9637.9951.18-
YUV167.62137.81132.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=33.46%
G=30.96%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741611850.060.1300.27272.514.6367.84
HexAEA1B96D01B110f44
Octal25624127161503342017104
Binary101011101010000110111001110110101101110001000011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1B9; }

 p { color: rgb(174,161,185); }

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

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

 a { background-color: rgb(174,161,185); }

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

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

 span { border-color: rgb(174,161,185); }

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