#AAA3B4

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

Shades of Chatelle #AAA3B4

Tints of Chatelle #AAA3B4

Color information

#AAA3B4 (or 0xAAA3B4) is unknown color: approx Chatelle. HEX triplet: AA, A3 and B4. RGB value is (170,163,180). Sum of RGB (Red+Green+Blue) = 170+163+180=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAA3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3B4 is #555C4B. Grayscale: #A6A6A6. Windows color (decimal): -5594188 or 11838378. OLE color: 11838378.

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

Color convert

RGB170163180-
CMYK0.060.0900.29
HSL264.71º10.18%67.25%-
HSV(B)264.71º9.44%70.59%-
XYZ37.9138.0448.52-
YUV167.03135.32130.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=33.14%
G=31.77%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701631800.060.0900.29264.7110.1867.25
HexAAA3B46901D109a43
Octal25224326461103541112103
Binary101010101010001110110100110100101110110000100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3B4; }

 p { color: rgb(170,163,180); }

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

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

 a { background-color: rgb(170,163,180); }

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

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

 span { border-color: rgb(170,163,180); }

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