#AEA6B8

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

Shades of Chatelle #AEA6B8

Tints of Chatelle #AEA6B8

Color information

#AEA6B8 (or 0xAEA6B8) is unknown color: approx Chatelle. HEX triplet: AE, A6 and B8. RGB value is (174,166,184). Sum of RGB (Red+Green+Blue) = 174+166+184=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEA6B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6B8 is #515947. Grayscale: #AAAAAA. Windows color (decimal): -5331272 or 12101294. OLE color: 12101294.

HSL color Cylindrical-coordinate representation of color #AEA6B8: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA6B8 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174166184-
CMYK0.050.1000.28
HSL266.67º11.25%68.63%-
HSV(B)266.67º9.78%72.16%-
XYZ39.7439.7350.92-
YUV170.44135.65130.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=33.21%
G=31.68%
B=35.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741661840.050.1000.28266.6711.2568.63
HexAEA6B85A01C10bb45
Octal25624627051203441313105
Binary101011101010011010111000101101001110010000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6B8; }

 p { color: rgb(174,166,184); }

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

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

 a { background-color: rgb(174,166,184); }

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

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

 span { border-color: rgb(174,166,184); }

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