#AE9CB4

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

Shades of Chatelle #AE9CB4

Tints of Chatelle #AE9CB4

Color information

#AE9CB4 (or 0xAE9CB4) is unknown color: approx Chatelle. HEX triplet: AE, 9C and B4. RGB value is (174,156,180). Sum of RGB (Red+Green+Blue) = 174+156+180=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE9CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CB4 is #51634B. Grayscale: #A4A4A4. Windows color (decimal): -5333836 or 11836590. OLE color: 11836590.

HSL color Cylindrical-coordinate representation of color #AE9CB4: hue angle of 285º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE9CB4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174156180-
CMYK0.030.1300.29
HSL285º13.79%65.88%-
HSV(B)285º13.33%70.59%-
XYZ37.5836.0748.16-
YUV164.12136.96135.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=34.12%
G=30.59%
B=35.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741561800.030.1300.2928513.7965.88
HexAE9CB43D01D11de42
Octal25623426431503543516102
Binary10101110100111001011010011110101110110001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CB4; }

 p { color: rgb(174,156,180); }

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

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

 a { background-color: rgb(174,156,180); }

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

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

 span { border-color: rgb(174,156,180); }

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