Html Css Color HEX #AEAAB1 Chatelle

📋 copy color: '#AEAAB1'

red 174 ◦ green 170 ◦ blue 177

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

Shades of Chatelle #AEAAB1

Tints of Chatelle #AEAAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.63%

 BLUE value IS 177 (69.53% from 255) = 33.97%

R = 33.4%
G = 32.63%
B = 33.97%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AEAAB1 (or 0xAEAAB1) is known color: Chatelle. HEX triplet: AE, AA and B1. RGB value is (174,170,177). Sum of RGB (Red+Green+Blue) = 174+170+177=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAB1 is #51554E. Grayscale: #ABABAB. Windows color (decimal): -5330255 or 11643566. OLE color: 11643566.

HSL color Cylindrical-coordinate representation of color #AEAAB1: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEAAB1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 170 177 -
CMYK 0.02 0.04 0 0.31
HSL 274.29º 0.04% 0.68% -
HSV(B) 274.29º 0.04% 0.69% -
XYZ 39.77 40.92 47.4 -
YUV 171.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 174 170 177 0.02 0.04 0 0.31 274.29 0.04 0.68
Hex AE AA B1 2 4 0 1F 112 4 44
Octal 256 252 261 2 4 0 37 422 4 104
Binary 10101110 10101010 10110001 10 100 0 11111 100010010 100 1000100

Color Harmonies of #AEAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAAB1

Black with #AEAAB1

Text Example


Text Example

White with #AEAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAAB1; }

 p { color: rgb(174,170,177); }

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

background-color css

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

 a { background-color: rgb(174,170,177); }

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

border-color css

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

 span { border-color: rgb(174,170,177); }

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