Html Css Color HEX #AEA6B8 Chatelle

📋 copy color: '#AEA6B8'

red 174 ◦ green 166 ◦ blue 184

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

Shades of Chatelle #AEA6B8

Tints of Chatelle #AEA6B8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 33.21%
G = 31.68%
B = 35.11%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AEA6B8 (or 0xAEA6B8) is known color: Chatelle. HEX triplet: AE, A6 and B8. RGB value is (174,166,184). Sum of RGB (Red+Green+Blue) = 174+166+184=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEA6B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6B8 is #515947. Grayscale: #AAAAAA. Windows color (decimal): -5331272 or 12101294. OLE color: 12101294.

HSL color Cylindrical-coordinate representation of color #AEA6B8: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA6B8 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 166 184 -
CMYK 0.05 0.10 0 0.28
HSL 266.67º 0.11% 0.69% -
HSV(B) 266.67º 0.1% 0.72% -
XYZ 39.74 39.73 50.92 -
YUV 170.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 174 166 184 0.05 0.10 0 0.28 266.67 0.11 0.69
Hex AE A6 B8 5 A 0 1C 10B B 45
Octal 256 246 270 5 12 0 34 413 13 105
Binary 10101110 10100110 10111000 101 1010 0 11100 100001011 1011 1000101

Color Harmonies of #AEA6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6B8

Black with #AEA6B8

Text Example


Text Example

White with #AEA6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6B8; }

 p { color: rgb(174,166,184); }

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

background-color css

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

 a { background-color: rgb(174,166,184); }

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

border-color css

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

 span { border-color: rgb(174,166,184); }

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