Html Css Color HEX #AEA1BA Chatelle

📋 copy color: '#AEA1BA'

red 174 ◦ green 161 ◦ blue 186

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

Shades of Chatelle #AEA1BA

Tints of Chatelle #AEA1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 33.4%
G = 30.9%
B = 35.7%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEA1BA (or 0xAEA1BA) is known color: Chatelle. HEX triplet: AE, A1 and BA. RGB value is (174,161,186). Sum of RGB (Red+Green+Blue) = 174+161+186=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1BA is #515E45. Grayscale: #A7A7A7. Windows color (decimal): -5332550 or 12231086. OLE color: 12231086.

HSL color Cylindrical-coordinate representation of color #AEA1BA: hue angle of 271.2º degrees, saturation: 0.15, 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 #AEA1BA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 161 186 -
CMYK 0.06 0.13 0 0.27
HSL 271.2º 0.15% 0.68% -
HSV(B) 271.2º 0.13% 0.73% -
XYZ 39.06 38.03 51.74 -
YUV 167.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 174 161 186 0.06 0.13 0 0.27 271.2 0.15 0.68
Hex AE A1 BA 6 D 0 1B 10F F 44
Octal 256 241 272 6 15 0 33 417 17 104
Binary 10101110 10100001 10111010 110 1101 0 11011 100001111 1111 1000100

Color Harmonies of #AEA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1BA

Black with #AEA1BA

Text Example


Text Example

White with #AEA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1BA; }

 p { color: rgb(174,161,186); }

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

background-color css

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

 a { background-color: rgb(174,161,186); }

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

border-color css

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

 span { border-color: rgb(174,161,186); }

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