Html Css Color HEX #AEA4B1 Chatelle

📋 copy color: '#AEA4B1'

red 174 ◦ green 164 ◦ blue 177

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

Shades of Chatelle #AEA4B1

Tints of Chatelle #AEA4B1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.84%

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

R = 33.79%
G = 31.84%
B = 34.37%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AEA4B1 (or 0xAEA4B1) is known color: Chatelle. HEX triplet: AE, A4 and B1. RGB value is (174,164,177). Sum of RGB (Red+Green+Blue) = 174+164+177=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEA4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA4B1 is #515B4E. Grayscale: #A8A8A8. Windows color (decimal): -5331791 or 11642030. OLE color: 11642030.

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

Color convert

RGB 174 164 177 -
CMYK 0.02 0.07 0 0.31
HSL 286.15º 0.08% 0.67% -
HSV(B) 286.15º 0.07% 0.69% -
XYZ 38.67 38.72 47.03 -
YUV 168.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 174 164 177 0.02 0.07 0 0.31 286.15 0.08 0.67
Hex AE A4 B1 2 7 0 1F 11E 8 43
Octal 256 244 261 2 7 0 37 436 10 103
Binary 10101110 10100100 10110001 10 111 0 11111 100011110 1000 1000011

Color Harmonies of #AEA4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA4B1

Black with #AEA4B1

Text Example


Text Example

White with #AEA4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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