#AEA3B3

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

Shades of Chatelle #AEA3B3

Tints of Chatelle #AEA3B3

Color information

#AEA3B3 (or 0xAEA3B3) is unknown color: approx Chatelle. HEX triplet: AE, A3 and B3. RGB value is (174,163,179). Sum of RGB (Red+Green+Blue) = 174+163+179=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEA3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3B3 is #515C4C. Grayscale: #A8A8A8. Windows color (decimal): -5332045 or 11772846. OLE color: 11772846.

HSL color Cylindrical-coordinate representation of color #AEA3B3: hue angle of 281.25º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEA3B3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174163179-
CMYK0.030.0900.30
HSL281.25º9.52%67.06%-
HSV(B)281.25º8.94%70.2%-
XYZ38.6938.4548.03-
YUV168.11134.14132.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=33.72%
G=31.59%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741631790.030.0900.30281.259.5267.06
HexAEA3B33901E119a43
Octal25624326331103643112103
Binary10101110101000111011001111100101111010001100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3B3; }

 p { color: rgb(174,163,179); }

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

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

 a { background-color: rgb(174,163,179); }

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

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

 span { border-color: rgb(174,163,179); }

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