#ABA5B3

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

Shades of Chatelle #ABA5B3

Tints of Chatelle #ABA5B3

Color information

#ABA5B3 (or 0xABA5B3) is unknown color: approx Chatelle. HEX triplet: AB, A5 and B3. RGB value is (171,165,179). Sum of RGB (Red+Green+Blue) = 171+165+179=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5B3 is #545A4C. Grayscale: #A8A8A8. Windows color (decimal): -5528141 or 11773355. OLE color: 11773355.

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

Color convert

RGB171165179-
CMYK0.040.0800.30
HSL265.71º8.43%67.45%-
HSV(B)265.71º7.82%70.2%-
XYZ38.3938.8248.12-
YUV168.39133.99129.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=33.20%
G=32.04%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711651790.040.0800.30265.718.4367.45
HexABA5B34801E10a843
Octal25324526341003641210103
Binary101010111010010110110011100100001111010000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5B3; }

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

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

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

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

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

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

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

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