Html Css Color HEX #AEA2BB Chatelle

📋 copy color: '#AEA2BB'

red 174 ◦ green 162 ◦ blue 187

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

Shades of Chatelle #AEA2BB

Tints of Chatelle #AEA2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 33.27%
G = 30.98%
B = 35.76%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEA2BB (or 0xAEA2BB) is known color: Chatelle. HEX triplet: AE, A2 and BB. RGB value is (174,162,187). Sum of RGB (Red+Green+Blue) = 174+162+187=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2BB is #515D44. Grayscale: #A8A8A8. Windows color (decimal): -5332293 or 12296878. OLE color: 12296878.

HSL color Cylindrical-coordinate representation of color #AEA2BB: hue angle of 268.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEA2BB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 162 187 -
CMYK 0.07 0.13 0 0.27
HSL 268.8º 0.16% 0.68% -
HSV(B) 268.8º 0.13% 0.73% -
XYZ 39.35 38.43 52.36 -
YUV 168.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 174 162 187 0.07 0.13 0 0.27 268.8 0.16 0.68
Hex AE A2 BB 7 D 0 1B 10D 10 44
Octal 256 242 273 7 15 0 33 415 20 104
Binary 10101110 10100010 10111011 111 1101 0 11011 100001101 10000 1000100

Color Harmonies of #AEA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2BB

Black with #AEA2BB

Text Example


Text Example

White with #AEA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2BB; }

 p { color: rgb(174,162,187); }

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

background-color css

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

 a { background-color: rgb(174,162,187); }

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

border-color css

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

 span { border-color: rgb(174,162,187); }

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