#AAA5AB

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

Shades of Chatelle #AAA5AB

Tints of Chatelle #AAA5AB

Color information

#AAA5AB (or 0xAAA5AB) is unknown color: approx Chatelle. HEX triplet: AA, A5 and AB. RGB value is (170,165,171). Sum of RGB (Red+Green+Blue) = 170+165+171=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5AB is #555A54. Grayscale: #A7A7A7. Windows color (decimal): -5593685 or 11249066. OLE color: 11249066.

HSL color Cylindrical-coordinate representation of color #AAA5AB: hue angle of 290º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA5AB is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170165171-
CMYK0.010.0400.33
HSL290º3.45%65.88%-
HSV(B)290º3.51%67.06%-
XYZ37.3838.443.97-
YUV167.18130.16130.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=33.60%
G=32.61%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701651710.010.0400.332903.4565.88
HexAAA5AB14021122342
Octal252245253140414423102
Binary10101010101001011010101111000100001100100010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5AB; }

 p { color: rgb(170,165,171); }

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

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

 a { background-color: rgb(170,165,171); }

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

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

 span { border-color: rgb(170,165,171); }

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