#AE99B4

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

Shades of Chatelle #AE99B4

Tints of Chatelle #AE99B4

Color information

#AE99B4 (or 0xAE99B4) is unknown color: approx Chatelle. HEX triplet: AE, 99 and B4. RGB value is (174,153,180). Sum of RGB (Red+Green+Blue) = 174+153+180=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE99B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99B4 is #51664B. Grayscale: #A2A2A2. Windows color (decimal): -5334604 or 11835822. OLE color: 11835822.

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

Color convert

RGB174153180-
CMYK0.030.1500.29
HSL286.67º15.25%65.29%-
HSV(B)286.67º15%70.59%-
XYZ37.0935.0848-
YUV162.36137.96136.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=34.32%
G=30.18%
B=35.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741531800.030.1500.29286.6715.2565.29
HexAE99B43F01D11ff41
Octal25623126431703543717101
Binary10101110100110011011010011111101110110001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99B4; }

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

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

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

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

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

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

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

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