Html Css Color HEX #AEA0BB Chatelle

📋 copy color: '#AEA0BB'

red 174 ◦ green 160 ◦ blue 187

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

Shades of Chatelle #AEA0BB

Tints of Chatelle #AEA0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

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

R = 33.4%
G = 30.71%
B = 35.89%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEA0BB (or 0xAEA0BB) is known color: Chatelle. HEX triplet: AE, A0 and BB. RGB value is (174,160,187). Sum of RGB (Red+Green+Blue) = 174+160+187=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0BB is #515F44. Grayscale: #A7A7A7. Windows color (decimal): -5332805 or 12296366. OLE color: 12296366.

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

Color convert

RGB 174 160 187 -
CMYK 0.07 0.14 0 0.27
HSL 271.11º 0.17% 0.68% -
HSV(B) 271.11º 0.14% 0.73% -
XYZ 39 37.73 52.24 -
YUV 167.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 174 160 187 0.07 0.14 0 0.27 271.11 0.17 0.68
Hex AE A0 BB 7 E 0 1B 10F 11 44
Octal 256 240 273 7 16 0 33 417 21 104
Binary 10101110 10100000 10111011 111 1110 0 11011 100001111 10001 1000100

Color Harmonies of #AEA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0BB

Black with #AEA0BB

Text Example


Text Example

White with #AEA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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