#AE9FB8

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

Shades of Chatelle #AE9FB8

Tints of Chatelle #AE9FB8

Color information

#AE9FB8 (or 0xAE9FB8) is unknown color: approx Chatelle. HEX triplet: AE, 9F and B8. RGB value is (174,159,184). Sum of RGB (Red+Green+Blue) = 174+159+184=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE9FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FB8 is #516047. Grayscale: #A6A6A6. Windows color (decimal): -5333064 or 12099502. OLE color: 12099502.

HSL color Cylindrical-coordinate representation of color #AE9FB8: hue angle of 276º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE9FB8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174159184-
CMYK0.050.1400.28
HSL276º14.97%67.25%-
HSV(B)276º13.59%72.16%-
XYZ38.5137.2650.51-
YUV166.33137.97133.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=33.66%
G=30.75%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741591840.050.1400.2827614.9767.25
HexAE9FB85E01C114f43
Octal25623727051603442417103
Binary101011101001111110111000101111001110010001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FB8; }

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

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

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

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

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

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

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

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