#ABA3B3

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

Shades of Chatelle #ABA3B3

Tints of Chatelle #ABA3B3

Color information

#ABA3B3 (or 0xABA3B3) is unknown color: approx Chatelle. HEX triplet: AB, A3 and B3. RGB value is (171,163,179). Sum of RGB (Red+Green+Blue) = 171+163+179=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3B3 is #545C4C. Grayscale: #A7A7A7. Windows color (decimal): -5528653 or 11772843. OLE color: 11772843.

HSL color Cylindrical-coordinate representation of color #ABA3B3: hue angle of 270º 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 #ABA3B3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171163179-
CMYK0.040.0900.30
HSL270º9.52%67.06%-
HSV(B)270º8.94%70.2%-
XYZ38.0338.1148-
YUV167.22134.65130.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=33.33%
G=31.77%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711631790.040.0900.302709.5267.06
HexABA3B34901E10ea43
Octal25324326341103641612103
Binary101010111010001110110011100100101111010000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3B3; }

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

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

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

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

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

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

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

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