Html Css Color HEX #AEA8B1 Chatelle

📋 copy color: '#AEA8B1'

red 174 ◦ green 168 ◦ blue 177

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

Shades of Chatelle #AEA8B1

Tints of Chatelle #AEA8B1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 33.53%
G = 32.37%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AEA8B1 (or 0xAEA8B1) is known color: Chatelle. HEX triplet: AE, A8 and B1. RGB value is (174,168,177). Sum of RGB (Red+Green+Blue) = 174+168+177=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEA8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA8B1 is #51574E. Grayscale: #AAAAAA. Windows color (decimal): -5330767 or 11643054. OLE color: 11643054.

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

Color convert

RGB 174 168 177 -
CMYK 0.02 0.05 0 0.31
HSL 280º 0.05% 0.68% -
HSV(B) 280º 0.05% 0.69% -
XYZ 39.39 40.18 47.27 -
YUV 170.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 174 168 177 0.02 0.05 0 0.31 280 0.05 0.68
Hex AE A8 B1 2 5 0 1F 118 5 44
Octal 256 250 261 2 5 0 37 430 5 104
Binary 10101110 10101000 10110001 10 101 0 11111 100011000 101 1000100

Color Harmonies of #AEA8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8B1

Black with #AEA8B1

Text Example


Text Example

White with #AEA8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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