#AE98B2

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

Shades of Chatelle #AE98B2

Tints of Chatelle #AE98B2

Color information

#AE98B2 (or 0xAE98B2) is unknown color: approx Chatelle. HEX triplet: AE, 98 and B2. RGB value is (174,152,178). Sum of RGB (Red+Green+Blue) = 174+152+178=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE98B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE98B2 is #51674D. Grayscale: #A1A1A1. Windows color (decimal): -5334862 or 11704494. OLE color: 11704494.

HSL color Cylindrical-coordinate representation of color #AE98B2: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE98B2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174152178-
CMYK0.020.1500.30
HSL290.77º14.44%64.71%-
HSV(B)290.77º14.61%69.8%-
XYZ36.7234.6746.88-
YUV161.54137.29136.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=34.52%
G=30.16%
B=35.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741521780.020.1500.30290.7714.4464.71
HexAE98B22F01E123e41
Octal25623026221703644316101
Binary10101110100110001011001010111101111010010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE98B2; }

 p { color: rgb(174,152,178); }

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

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

 a { background-color: rgb(174,152,178); }

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

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

 span { border-color: rgb(174,152,178); }

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