#AEA7B7

Color #AEA7B7 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AEA7B7

Tints of Chatelle #AEA7B7

Color information

#AEA7B7 (or 0xAEA7B7) is unknown color: approx Chatelle. HEX triplet: AE, A7 and B7. RGB value is (174,167,183). Sum of RGB (Red+Green+Blue) = 174+167+183=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEA7B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7B7 is #515848. Grayscale: #AAAAAA. Windows color (decimal): -5331017 or 12036014. OLE color: 12036014.

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

Color convert

RGB174167183-
CMYK0.050.0900.28
HSL266.25º10%68.63%-
HSV(B)266.25º8.74%71.76%-
XYZ39.8240.0650.43-
YUV170.92134.82130.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=33.21%
G=31.87%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741671830.050.0900.28266.251068.63
HexAEA7B75901C10aa45
Octal25624726751103441212105
Binary101011101010011110110111101100101110010000101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7B7; }

 p { color: rgb(174,167,183); }

 H1.HeaderClassName
 {
   color: #AEA7B7;
 }
 .AnyTagClassName
 {
   color: #AEA7B7;
 }
</style>
background-color css

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

 a { background-color: rgb(174,167,183); }

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

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

 span { border-color: rgb(174,167,183); }

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