Html Css Color HEX #AE99B5 East Side

📋 copy color: '#AE99B5'

red 174 ◦ green 153 ◦ blue 181

#AE99B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AE99B5

Tints of East Side #AE99B5

RGB

 RED value IS 174 (68.36% from 255) = 34.25%

 GREEN value IS 153 (60.16% from 255) = 30.12%

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 34.25%
G = 30.12%
B = 35.63%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE99B5 (or 0xAE99B5) is known color: East Side. HEX triplet: AE, 99 and B5. RGB value is (174,153,181). Sum of RGB (Red+Green+Blue) = 174+153+181=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE99B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99B5 is #51664A. Grayscale: #A2A2A2. Windows color (decimal): -5334603 or 11901358. OLE color: 11901358.

HSL color Cylindrical-coordinate representation of color #AE99B5: hue angle of 285º degrees, saturation: 0.16, 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 #AE99B5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 153 181 -
CMYK 0.04 0.15 0 0.29
HSL 285º 0.16% 0.65% -
HSV(B) 285º 0.15% 0.71% -
XYZ 37.19 35.12 48.53 -
YUV 162.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 174 153 181 0.04 0.15 0 0.29 285 0.16 0.65
Hex AE 99 B5 4 F 0 1D 11D 10 41
Octal 256 231 265 4 17 0 35 435 20 101
Binary 10101110 10011001 10110101 100 1111 0 11101 100011101 10000 1000001

Color Harmonies of #AE99B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99B5

Black with #AE99B5

Text Example


Text Example

White with #AE99B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99B5; }

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

 H1.HeaderClassName
 {
   color: #AE99B5;
 }
 .AnyTagClassName
 {
   color: #AE99B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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